diff options
Diffstat (limited to 'hcid/main.c')
| -rw-r--r-- | hcid/main.c | 6 | 
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); | 
