summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-device-olpc-mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/nm-device-olpc-mesh.h')
-rw-r--r--src/devices/wifi/nm-device-olpc-mesh.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/devices/wifi/nm-device-olpc-mesh.h b/src/devices/wifi/nm-device-olpc-mesh.h
index 135226d5af..b58dfdf7be 100644
--- a/src/devices/wifi/nm-device-olpc-mesh.h
+++ b/src/devices/wifi/nm-device-olpc-mesh.h
@@ -41,25 +41,8 @@
#define NM_DEVICE_OLPC_MESH_BITRATE "bitrate"
#define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL "active-channel"
-#ifndef NM_DEVICE_OLPC_MESH_DEFINED
-#define NM_DEVICE_OLPC_MESH_DEFINED
typedef struct _NMDeviceOlpcMesh NMDeviceOlpcMesh;
-#endif
-
typedef struct _NMDeviceOlpcMeshClass NMDeviceOlpcMeshClass;
-typedef struct _NMDeviceOlpcMeshPrivate NMDeviceOlpcMeshPrivate;
-
-struct _NMDeviceOlpcMesh
-{
- NMDevice parent;
-};
-
-struct _NMDeviceOlpcMeshClass
-{
- NMDeviceClass parent;
-
-};
-
GType nm_device_olpc_mesh_get_type (void);