From 322fe5d8789f4364d21a14469af7b95450e99ded Mon Sep 17 00:00:00 2001 From: Chan-yeol Park Date: Wed, 5 Dec 2012 11:27:56 +0900 Subject: [PATCH] audio: Remove left over of HFP removal --- profiles/audio/main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/audio/main.c b/profiles/audio/main.c index ce060fca9..c5d142697 100644 --- a/profiles/audio/main.c +++ b/profiles/audio/main.c @@ -44,8 +44,6 @@ #include "device.h" #include "manager.h" -static GIOChannel *sco_server = NULL; - static GKeyFile *load_config_file(const char *file) { GError *err = NULL; @@ -81,12 +79,6 @@ static int audio_init(void) static void audio_exit(void) { - if (sco_server) { - g_io_channel_shutdown(sco_server, TRUE, NULL); - g_io_channel_unref(sco_server); - sco_server = NULL; - } - audio_manager_exit(); } -- 2.47.3