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-27 23:38:25 +0100
committerJames Booth <boothj5@gmail.com>2013-08-27 23:38:25 +0100
commitb5eb095820e95a225f6d8a4748c291ddff236146 (patch)
tree51dcceec828d0b069e591fdaf70fe69f96fa7062 /src/ui/ui.h
parent42c3a1c1f7bce008c2e447fb130426264269cabb (diff)
downloadprofani-tty-b5eb095820e95a225f6d8a4748c291ddff236146.tar.gz
Removed limit on number of windows, WIP
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index f3163b6e..157f8ad3 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -52,7 +52,6 @@ void ui_idle(void);
 void ui_handle_special_keys(const wint_t * const ch, const char * const inp,
     const int size);
 void ui_switch_win(const int i);
-gboolean ui_windows_full(void);
 unsigned long ui_get_idle_time(void);
 void ui_reset_idle_time(void);
 void ui_new_chat_win(const char * const to);