about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-06-29 19:31:17 +0100
committerJames Booth <boothj5@gmail.com>2014-06-29 19:31:17 +0100
commitc4548363150c0d239eb764aded63c04a365887aa (patch)
tree0012ea91fff1eaeb62f929e0e12b71aac4ef8b94 /src/ui/core.c
parentdada8793475e44575923c865aa39d2efeb3c5aca (diff)
parent4279735dd717eb9956df80df750352e4303f2293 (diff)
downloadprofani-tty-c4548363150c0d239eb764aded63c04a365887aa.tar.gz
Merge branch 'master' into winbuffers
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index fff9b0ce..568ec662 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -92,7 +92,6 @@ _ui_init(void)
     create_input_window();
     wins_init();
     cons_about();
-    notifier_init();
 #ifdef HAVE_LIBXSS
     display = XOpenDisplay(0);
 #endif