summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-11-14 17:27:32 +0100
committerBastien Nocera <hadess@hadess.net>2017-11-14 17:52:40 +0100
commit899eb7ddf34a5c76021bbb443f46849fbef43b5f (patch)
tree7ca6da1573a65873bc20aa41007d75b7c4815851
parentb5a6455590c814bd46fdddcff94722f6a13f845b (diff)
downloadgnome-bluetooth-899eb7ddf34a5c76021bbb443f46849fbef43b5f.tar.gz
lib: Remove never used FDO_PROPERTIES_INTERFACE constant
It was added as a constant during the BlueZ 5 port (commit 0b05349) but was never used. https://bugzilla.gnome.org/show_bug.cgi?id=782530
-rw-r--r--lib/bluetooth-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 18de4664..159f9d98 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -53,7 +53,6 @@
#define BLUEZ_MANAGER_PATH "/"
#define BLUEZ_ADAPTER_INTERFACE "org.bluez.Adapter1"
#define BLUEZ_DEVICE_INTERFACE "org.bluez.Device1"
-#define FDO_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
#define BLUETOOTH_CLIENT_GET_PRIVATE(obj) bluetooth_client_get_instance_private (obj)