summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 18:57:37 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 18:57:37 +0000
commit5d14a87639406b220edaf07088eddc22a7f9b0fe (patch)
tree4b7f16c32bf37413f28ceabf59db100edd10ae11 /hcid/main.c
parent75add5651e5dbc49c9c144acceac7e2c32d9bd16 (diff)
Remove the local D-Bus setup
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c4
1 files changed, 0 insertions, 4 deletions
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();