From 7f200ffacada2ae489866435456d35e36d21fb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 12 Apr 2013 19:34:22 -0300 Subject: [PATCH] audio: Remove unused constant Removes the never used constant AUDIO_INTERFACE which is defined to "org.bluez.Audio". --- profiles/audio/device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/audio/device.c b/profiles/audio/device.c index 907221d16..b9d1ddefa 100644 --- a/profiles/audio/device.c +++ b/profiles/audio/device.c @@ -56,8 +56,6 @@ #include "sink.h" #include "source.h" -#define AUDIO_INTERFACE "org.bluez.Audio" - #define CONTROL_CONNECT_TIMEOUT 2 #define AVDTP_CONNECT_TIMEOUT 1 #define AVDTP_CONNECT_TIMEOUT_BOOST 1 -- 2.47.3