bluez: fix compile error in nm-bluez-device for BlueZ 4 (unused variable)

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2013-09-26 13:41:12 +02:00
parent 1735fadc10
commit 1f4608e06e

View file

@ -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,