summary refs log tree commit diff
path: root/src/nm-policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-policy.h')
-rw-r--r--src/nm-policy.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/nm-policy.h b/src/nm-policy.h
index ce900ba6..64cac4fe 100644
--- a/src/nm-policy.h
+++ b/src/nm-policy.h
@@ -36,17 +36,7 @@
 #define NM_POLICY_ACTIVATING_IP4_DEVICE "activating-ip4-device"
 #define NM_POLICY_ACTIVATING_IP6_DEVICE "activating-ip6-device"
 
-struct _NMPolicyPrivate;
-
-struct _NMPolicy {
-	GObject parent;
-	struct _NMPolicyPrivate *priv;
-};
-
-typedef struct {
-	GObjectClass parent;
-
-} NMPolicyClass;
+typedef struct _NMPolicyClass NMPolicyClass;
 
 GType nm_policy_get_type (void);