about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-15 23:43:22 +0000
committerJames Booth <boothj5@gmail.com>2015-01-15 23:43:22 +0000
commit51105720ab32faa4548655266ca0ae4c661f0701 (patch)
treeac3a4d08c84a4acd29729c6506aac2251c3b528f /src/ui/ui.h
parent65fc4bcd9ff8e92c0f87e1c9520974a805a9ceac (diff)
downloadprofani-tty-51105720ab32faa4548655266ca0ae4c661f0701.tar.gz
Moved input line to inputwin
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index be6d2fd0..90dd4d28 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -51,8 +51,6 @@
 #include "ui/window.h"
 #include "xmpp/xmpp.h"
 
-#define INP_WIN_MAX 1000
-
 // ui startup and control
 void ui_init(void);
 void ui_load_colours(void);