about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-07 21:50:28 +0100
committerJames Booth <boothj5@gmail.com>2014-04-07 21:50:28 +0100
commit9aa282f6dea09b706957d6a16bde5b74fd9a55fc (patch)
tree52af027e44077ff701625f149d25fbd5191caef6 /src/main.c
parente2443511b6aab32b6ab3264fe0a044b81a86cc81 (diff)
downloadprofani-tty-9aa282f6dea09b706957d6a16bde5b74fd9a55fc.tar.gz
Removed inputwin functions from ui.h
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8a455da7..25eef65e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -54,7 +54,6 @@ _init_modules(void)
 
     ui_init_module();
     console_init_module();
-    inputwin_init_module();
     notifier_init_module();
 
     accounts_init_module();