about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-20 23:08:21 +0100
committerJames Booth <boothj5@gmail.com>2013-08-20 23:08:21 +0100
commit601a88037a1cbdff8f5409163bcdf87850eba5ca (patch)
treedb3ecea890a22cde0ee2c21f3d84d66b486e57d9 /src/ui/ui.h
parentef511438b63ed7227558033250cb12dc3b84f98e (diff)
downloadprofani-tty-601a88037a1cbdff8f5409163bcdf87850eba5ca.tar.gz
Initial code refactor for growable window list
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index d8ac22fa..54a49408 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -40,10 +40,6 @@
 #include "xmpp/xmpp.h"
 
 #define INP_WIN_MAX 1000
-#define NUM_WINS 10
-
-// holds console at index 0 and chat wins 1 through to 9
-ProfWin* windows[NUM_WINS];
 
 // ui startup and control
 void ui_init(void);
@@ -63,7 +59,6 @@ void ui_new_chat_win(const char * const to);
 void ui_print_error_from_recipient(const char * const from, const char *err_msg);
 void ui_print_system_msg_from_recipient(const char * const from, const char *message);
 gint ui_unread(void);
-void ui_console_dirty(void);
 void ui_close_connected_win(int index);
 
 // current window actions