about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-10 22:47:53 +0000
committerJames Booth <boothj5@gmail.com>2014-11-10 22:47:53 +0000
commit5d59d17642848ddd8b969cb59b120a65b9d98241 (patch)
tree36347079e6bdd28605202e049252991f8263f1e6 /src/ui/ui.h
parent04bacdcf385e16f944dccc1f184ea3782e0dd907 (diff)
downloadprofani-tty-5d59d17642848ddd8b969cb59b120a65b9d98241.tar.gz
Refactor subwin sizing and disabled wrapping
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 a2e7e67b..74171235 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -52,8 +52,6 @@
 #include "xmpp/xmpp.h"
 
 #define INP_WIN_MAX 1000
-#define SUB_WIN_RATIO 5
-#define SUB_WIN_WIDTH 100
 
 void ui_init_module(void);
 void console_init_module(void);