summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-27 13:03:08 -0400
committerDan Winship <danw@gnome.org>2014-08-27 13:04:04 -0400
commitd168363aa2c31e73be0783ea122b44a697f7390c (patch)
tree9b4ce052e7b242f0496668a8ebf4a7cfc2942dcb
parent4b9dc30988837861631bb59e4ef18e5a843bb9be (diff)
downloadNetworkManager-d168363aa2c31e73be0783ea122b44a697f7390c.tar.gz
trivial: remove a stray prototype
libnm/nm-device-bridge.h had a prototype for nm_device_bridge_new(), which doesn't exist.
-rw-r--r--libnm/nm-device-bridge.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm/nm-device-bridge.h b/libnm/nm-device-bridge.h
index f1ca791c1f..05c6ea72c5 100644
--- a/libnm/nm-device-bridge.h
+++ b/libnm/nm-device-bridge.h
@@ -70,8 +70,6 @@ typedef struct {
GType nm_device_bridge_get_type (void);
-GObject * nm_device_bridge_new (DBusGConnection *connection, const char *path);
-
const char *nm_device_bridge_get_hw_address (NMDeviceBridge *device);
gboolean nm_device_bridge_get_carrier (NMDeviceBridge *device);
const GPtrArray *nm_device_bridge_get_slaves (NMDeviceBridge *device);