From 5d14a87639406b220edaf07088eddc22a7f9b0fe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Mar 2008 18:57:37 +0000 Subject: Remove the local D-Bus setup --- hcid/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hcid/main.c') diff --git a/hcid/main.c b/hcid/main.c index 3f2a0c76..3276d5c2 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -922,8 +922,6 @@ int main(int argc, char *argv[]) notify_init(); - init_local_server(); - init_services(CONFIGDIR); /* Start event processor */ @@ -938,8 +936,6 @@ int main(int argc, char *argv[]) notify_close(); - shutdown_local_server(); - cleanup_sdp_session(); plugin_cleanup(); -- cgit