summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-bridge.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-01-21 14:29:16 -0600
committerDan Williams <dcbw@redhat.com>2014-01-23 17:46:20 -0600
commit24ba56faab67ed9f187d48ec61cab1a9e7addf42 (patch)
treeae93468c9a7d8a5ec776389db3d307bc537ccecf /libnm-glib/nm-device-bridge.c
parentbce1fc7c3b99ba6671ec2dbb5449662c4d191bdf (diff)
downloadNetworkManager-24ba56faab67ed9f187d48ec61cab1a9e7addf42.tar.gz
trivial: remove unused #defines
These are no longer used by anything, but are determined automatically from the GObject property names.
Diffstat (limited to 'libnm-glib/nm-device-bridge.c')
-rw-r--r--libnm-glib/nm-device-bridge.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm-glib/nm-device-bridge.c b/libnm-glib/nm-device-bridge.c
index f286c1a938..3709814de0 100644
--- a/libnm-glib/nm-device-bridge.c
+++ b/libnm-glib/nm-device-bridge.c
@@ -56,10 +56,6 @@ enum {
LAST_PROP
};
-#define DBUS_PROP_HW_ADDRESS "HwAddress"
-#define DBUS_PROP_CARRIER "Carrier"
-#define DBUS_PROP_SLAVES "Slaves"
-
/**
* nm_device_bridge_error_quark:
*