summary refs log tree commit diff
path: root/src/nm-ip4-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-ip4-config.h')
-rw-r--r--src/nm-ip4-config.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/nm-ip4-config.h b/src/nm-ip4-config.h
index e88fb141..f302630a 100644
--- a/src/nm-ip4-config.h
+++ b/src/nm-ip4-config.h
@@ -31,18 +31,7 @@
 #define NM_IS_IP4_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_IP4_CONFIG))
 #define NM_IP4_CONFIG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_IP4_CONFIG, NMIP4ConfigClass))
 
-struct _NMIP4ConfigPrivate;
-
-struct _NMIP4Config {
-	NMExportedObject parent;
-
-	/* private */
-	struct _NMIP4ConfigPrivate *priv;
-};
-
-typedef struct {
-	NMExportedObjectClass parent;
-} NMIP4ConfigClass;
+typedef struct _NMIP4ConfigClass NMIP4ConfigClass;
 
 /* internal */
 #define NM_IP4_CONFIG_IFINDEX "ifindex"