diff options
author | James Booth <boothj5@gmail.com> | 2015-10-27 20:49:06 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-27 20:49:06 +0000 |
commit | 0fd616167ee86562077327695f5f32974e9f5578 (patch) | |
tree | 756b1ad577691b351d7739d75a167e0439d9d114 /src/ui | |
parent | 61bcb59ee9a131c4adb413409c0d3077f6677027 (diff) | |
download | profani-tty-0fd616167ee86562077327695f5f32974e9f5578.tar.gz |
Removed ui_events module
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/core.c | 1 | ||||
-rw-r--r-- | src/ui/inputwin.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index 0b941b70..ae446969 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -74,7 +74,6 @@ #include "ui/window.h" #include "window_list.h" #include "xmpp/xmpp.h" -#include "event/ui_events.h" static char *win_title; diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 21f945f3..038e1dda 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -64,7 +64,6 @@ #include "ui/inputwin.h" #include "ui/window.h" #include "window_list.h" -#include "event/ui_events.h" #include "xmpp/xmpp.h" static WINDOW *inp_win; |