From 0dc67c07644745162e625f78d80d590644c5fabc Mon Sep 17 00:00:00 2001 From: Chan-yeol Park Date: Tue, 28 Aug 2012 19:24:53 +0900 Subject: [PATCH] audio: Remove unused enum values --- audio/manager.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/audio/manager.c b/audio/manager.c index ae6b6fcfd..9ca8593bb 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -70,23 +70,6 @@ #include "sdpd.h" #include "telephony.h" -typedef enum { - HEADSET = 1 << 0, - GATEWAY = 1 << 1, - SINK = 1 << 2, - SOURCE = 1 << 3, - CONTROL = 1 << 4, - TARGET = 1 << 5, - INVALID = 1 << 6 -} audio_service_type; - -typedef enum { - GENERIC_AUDIO = 0, - ADVANCED_AUDIO, - AV_REMOTE, - GET_RECORDS -} audio_sdp_state_t; - struct audio_adapter { struct btd_adapter *btd_adapter; gboolean powered; -- 2.47.3