From d168363aa2c31e73be0783ea122b44a697f7390c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 27 Aug 2014 13:03:08 -0400 Subject: [PATCH] trivial: remove a stray prototype libnm/nm-device-bridge.h had a prototype for nm_device_bridge_new(), which doesn't exist. --- libnm/nm-device-bridge.h | 2 -- 1 file changed, 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);