summaryrefslogtreecommitdiffstats
path: root/daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/daemon/main.c b/daemon/main.c
index eedd4dd8..94eba19a 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -40,7 +40,6 @@
#include "dbus-helper.h"
#include "dbus.h"
-#include "notify.h"
#include "logging.h"
#include "sdpd.h"
@@ -205,8 +204,6 @@ int main(int argc, char *argv[])
main_loop = g_main_loop_new(NULL, FALSE);
- notify_init();
-
if (setup_dbus() < 0) {
g_main_loop_unref(main_loop);
exit(1);
@@ -224,8 +221,6 @@ int main(int argc, char *argv[])
cleanup_dbus();
- notify_close();
-
g_main_loop_unref(main_loop);
info("Exit");