summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 13:41:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 13:41:21 +0000
commit2810e2a6b3d36bf25e8b15fcdb078d2cc252daba (patch)
tree6b979fd0be543f3c79d322b5d8dd94c8914e6174 /hcid/main.c
parent1e3561c600a08b5a5dc45b405fe1ecc30df4f270 (diff)
Remove inotify support
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hcid/main.c b/hcid/main.c
index 0c9bd7ef..9980cc4e 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -48,8 +48,6 @@
#include <dbus/dbus.h>
-#include "notify.h"
-
#include "hcid.h"
#include "sdpd.h"
#include "adapter.h"
@@ -918,8 +916,6 @@ int main(int argc, char *argv[])
start_sdp_server(mtu, hcid.deviceid, SDP_SERVER_COMPAT);
set_service_classes_callback(update_service_classes);
- notify_init();
-
/* Loading plugins has to be done after D-Bus has been setup since
* the plugins might wanna expose some paths on the bus. However the
* best order of how to init various subsystems of the Bluetooth
@@ -941,8 +937,6 @@ int main(int argc, char *argv[])
hcid_dbus_exit();
- notify_close();
-
cleanup_sdp_session();
g_main_loop_unref(event_loop);