summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-10 11:44:10 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-10 11:44:10 +0000
commit35f12dee95378056a2ed7c0d325b2c3b68022da8 (patch)
tree240c99b1f3d926fd19b00ff91513d264bf678e9f /audio/main.c
parent5daebe3831a85cc39a74c25798fb5123f2bdc633 (diff)
Audio service refactoring: move all manager functions to manager.c
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/main.c b/audio/main.c
index bf0ddf4d..6ef3b1c6 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -75,15 +75,11 @@ int main(int argc, char *argv[])
audio_init(conn);
- headset_init(conn);
-
if (argc > 1 && !strcmp(argv[1], "-s"))
register_external_service(conn, "audio", "Audio service", "");
g_main_loop_run(main_loop);
- headset_exit();
-
audio_exit();
dbus_connection_unref(conn);