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
*
*/
-#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
*
*/
-#define AUDIO_SOURCE_INTERFACE "org.bluez.AudioSource"
-
typedef enum {
SOURCE_STATE_DISCONNECTED,
SOURCE_STATE_CONNECTING,