Diff between e0445712a3b6097ef9dc73a31b6a0203a0274a31 and 8f154c2e61d893088535f46cb0987f00790aa679

Changed Files

File Additions Deletions Status
profiles/audio/sink.h +0 -2 modified
profiles/audio/source.h +0 -2 modified

Full Patch

diff --git a/profiles/audio/sink.h b/profiles/audio/sink.h
index ba0dde8..7ec7610 100644
--- a/profiles/audio/sink.h
+++ b/profiles/audio/sink.h
@@ -22,8 +22,6 @@
  *
  */
 
-#define AUDIO_SINK_INTERFACE "org.bluez.AudioSink"
-
 typedef enum {
 	SINK_STATE_DISCONNECTED,
 	SINK_STATE_CONNECTING,
diff --git a/profiles/audio/source.h b/profiles/audio/source.h
index 61afd94..317db9a 100644
--- a/profiles/audio/source.h
+++ b/profiles/audio/source.h
@@ -23,8 +23,6 @@
  *
  */
 
-#define AUDIO_SOURCE_INTERFACE "org.bluez.AudioSource"
-
 typedef enum {
 	SOURCE_STATE_DISCONNECTED,
 	SOURCE_STATE_CONNECTING,