diff options
author | James Booth <boothj5@gmail.com> | 2014-04-07 22:01:50 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-04-07 22:01:50 +0100 |
commit | a05b63f7a5c6ab7211e0a5af81049373223b8809 (patch) | |
tree | 43154dbf8eb0d4c7a607e8a9140d369f2ebbbc4b /src/ui | |
parent | 9aa282f6dea09b706957d6a16bde5b74fd9a55fc (diff) | |
download | profani-tty-a05b63f7a5c6ab7211e0a5af81049373223b8809.tar.gz |
Removed unused inputwin module init
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h index b76ab610..cd95e9fa 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -43,7 +43,6 @@ void ui_init_module(void); void console_init_module(void); -void inputwin_init_module(void); void notifier_init_module(void); // ui startup and control |