OSDN Git Service

audio: Remove unused constants
authorJoão Paulo Rechi Vita <jprvita@gmail.com>
Fri, 12 Apr 2013 22:34:24 +0000 (19:34 -0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Apr 2013 14:17:51 +0000 (17:17 +0300)
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
profiles/audio/source.h

index ba0dde8..7ec7610 100644 (file)
@@ -22,8 +22,6 @@
  *
  */
 
-#define AUDIO_SINK_INTERFACE "org.bluez.AudioSink"
-
 typedef enum {
        SINK_STATE_DISCONNECTED,
        SINK_STATE_CONNECTING,
index 61afd94..317db9a 100644 (file)
@@ -23,8 +23,6 @@
  *
  */
 
-#define AUDIO_SOURCE_INTERFACE "org.bluez.AudioSource"
-
 typedef enum {
        SOURCE_STATE_DISCONNECTED,
        SOURCE_STATE_CONNECTING,