summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-09-26 13:41:12 +0200
committerThomas Haller <thaller@redhat.com>2013-09-26 13:41:12 +0200
commit1f4608e06e98991eb8aee033c99dff5e3751a889 (patch)
treebc7f1d75f17d0cbcad067fdcbf73370319acd831
parent1735fadc10a1ef369e119ef6634f33a66ef99351 (diff)
downloadNetworkManager-1f4608e06e98991eb8aee033c99dff5e3751a889.tar.gz
bluez: fix compile error in nm-bluez-device for BlueZ 4 (unused variable)
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/bluez-manager/nm-bluez-device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluez-manager/nm-bluez-device.c b/src/bluez-manager/nm-bluez-device.c
index 3beb06547f..4ba4d9b6f5 100644
--- a/src/bluez-manager/nm-bluez-device.c
+++ b/src/bluez-manager/nm-bluez-device.c
@@ -858,7 +858,6 @@ get_properties_cb (DBusGProxy *proxy4, DBusGProxyCall *call, gpointer user_data)
GHashTable *properties = NULL;
GError *err = NULL;
GValue *value;
- struct ether_addr *tmp;
if (!dbus_g_proxy_end_call (proxy4, call, &err,
DBUS_TYPE_G_MAP_OF_VARIANT, &properties,