diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 18:57:37 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-12 18:57:37 +0000 |
commit | 5d14a87639406b220edaf07088eddc22a7f9b0fe (patch) | |
tree | 4b7f16c32bf37413f28ceabf59db100edd10ae11 /hcid/main.c | |
parent | 75add5651e5dbc49c9c144acceac7e2c32d9bd16 (diff) |
Remove the local D-Bus setup
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 4 |
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(); |