main: Remove handsfree_audio_manager init/cleanup

Init allocates a SCO audio socket always. oFono should do that
with bluez5 but not with bluez4.  This patch starts the refactoring of
the handsfree_audio_manager init/cleanup functionality.
This commit is contained in:
Tommi Kenakkala 2015-02-02 14:43:05 +02:00 committed by Denis Kenzior
parent d539ed19f3
commit 41fadd3787
1 changed files with 0 additions and 4 deletions

View File

@ -239,8 +239,6 @@ int main(int argc, char **argv)
__ofono_manager_init();
__ofono_handsfree_audio_manager_init();
__ofono_plugin_init(option_plugin, option_noplugin);
g_free(option_plugin);
@ -250,8 +248,6 @@ int main(int argc, char **argv)
__ofono_plugin_cleanup();
__ofono_handsfree_audio_manager_cleanup();
__ofono_manager_cleanup();
__ofono_modemwatch_cleanup();