From 4780944e818231e78202a4dc5d21a35700c3e0f3 Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Tue, 8 Jan 2013 17:07:48 +0530 Subject: [PATCH] audio: Remove unused struct audio_adapter --- profiles/audio/manager.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/audio/manager.c b/profiles/audio/manager.c index dc207127c..f0df8ed3a 100644 --- a/profiles/audio/manager.c +++ b/profiles/audio/manager.c @@ -67,12 +67,6 @@ #include "manager.h" #include "sdpd.h" -struct audio_adapter { - struct btd_adapter *btd_adapter; - gboolean powered; - gint ref; -}; - static GKeyFile *config = NULL; static GSList *devices = NULL; -- 2.47.3