summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-types-private.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-11-20 16:29:44 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-11-21 13:53:03 +0100
commit418e2a36b4174978fe462623ed1065ddb42b7e4b (patch)
tree8fe439624365e4deaf325cda7a909e07f523890e /libnm-glib/nm-types-private.h
parentbf70ed2e868a4be60cbc0d7e8235d969e2704e39 (diff)
libnm-glib: drop some unneeded code
...so that we don't have to fix the following: libnm-glib/nm-object-private.h:30: Warning: NMClient: symbol='NMObjectCreatorFunc': missing parameter name; undocumentable libnm-glib/nm-object-private.h:30: Warning: NMClient: symbol='NMObjectCreatorFunc': missing parameter name; undocumentable Fixes: ad5daa098c308ae58a6d54c453c73451044598fc
Diffstat (limited to 'libnm-glib/nm-types-private.h')
-rw-r--r--libnm-glib/nm-types-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm-glib/nm-types-private.h b/libnm-glib/nm-types-private.h
index c34d9a8f7..7cd907dc2 100644
--- a/libnm-glib/nm-types-private.h
+++ b/libnm-glib/nm-types-private.h
@@ -28,10 +28,6 @@
gboolean _nm_ssid_demarshal (GValue *value, GByteArray **dest);
gboolean _nm_uint_array_demarshal (GValue *value, GArray **dest);
gboolean _nm_string_array_demarshal (GValue *value, GPtrArray **dest);
-gboolean _nm_object_array_demarshal (GValue *value,
- GPtrArray **dest,
- DBusGConnection *connection,
- NMObjectCreatorFunc func);
gboolean _nm_ip6_address_array_demarshal (GValue *value, GSList **dest);
#endif /* NM_TYPES_PRIVATE_H */