From 2810e2a6b3d36bf25e8b15fcdb078d2cc252daba Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 May 2008 13:41:21 +0000 Subject: Remove inotify support --- hcid/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hcid/main.c') 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 -#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); -- cgit