Diff between 4c71137c38d278ad02633e8a4470be4dd2360768 and 522791fba3e5f1bb0b924f9bb112bc1d39dbf28d

Changed Files

File Additions Deletions Status
profiles/proximity/linkloss.c +0 -2 modified
profiles/proximity/reporter.c +0 -2 modified

Full Patch

diff --git a/profiles/proximity/linkloss.c b/profiles/proximity/linkloss.c
index 7be5223..9e963d7 100644
--- a/profiles/proximity/linkloss.c
+++ b/profiles/proximity/linkloss.c
@@ -46,8 +46,6 @@
 #include "reporter.h"
 #include "linkloss.h"
 
-#define BLUEZ_SERVICE "org.bluez"
-
 struct link_loss_adapter {
 	struct btd_adapter *adapter;
 	uint16_t alert_lvl_value_handle;
diff --git a/profiles/proximity/reporter.c b/profiles/proximity/reporter.c
index 59af308..2a603d9 100644
--- a/profiles/proximity/reporter.c
+++ b/profiles/proximity/reporter.c
@@ -51,8 +51,6 @@
 #include "linkloss.h"
 #include "immalert.h"
 
-#define BLUEZ_SERVICE "org.bluez"
-
 struct reporter_adapter {
 	DBusConnection *conn;
 	struct btd_adapter *adapter;