From 8f154c2e61d893088535f46cb0987f00790aa679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 12 Apr 2013 19:34:24 -0300 Subject: [PATCH] audio: Remove unused constants 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 ba0dde81a..7ec761002 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 61afd948f..317db9a22 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, -- 2.47.3