From: João Paulo Rechi Vita <jprvita@xxxxxxxxx> Removes the never used constants AUDIO_SINK_INTERFACE and AUDIO_SOURCE_INTERFACE which are defined to "org.bluez.AudioSink" and "org.bluez.AudioSource", respectively. --- profiles/audio/sink.h | 2 -- profiles/audio/source.h | 2 -- 2 files changed, 4 deletions(-) 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, -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html