Diff between dc7be9cbbde7ccb875286beee09c69852edd9e50 and 7bbf66a300d8c0f587bc4df32cce6040faedccd7

Changed Files

File Additions Deletions Status
profiles/audio/manager.c +0 -6 modified

Full Patch

diff --git a/profiles/audio/manager.c b/profiles/audio/manager.c
index 19aeb24..e453e26 100644
--- a/profiles/audio/manager.c
+++ b/profiles/audio/manager.c
@@ -71,12 +71,6 @@
 struct audio_adapter {
 	struct btd_adapter *btd_adapter;
 	gboolean powered;
-	uint32_t hsp_ag_record_id;
-	uint32_t hfp_ag_record_id;
-	uint32_t hfp_hs_record_id;
-	GIOChannel *hsp_ag_server;
-	GIOChannel *hfp_ag_server;
-	GIOChannel *hfp_hs_server;
 	gint ref;
 };