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-04-30 22:09:39 +0100
committerJames Booth <boothj5@gmail.com>2015-04-30 22:09:39 +0100
commitd68fb25ddef2f30c9d17991aa5d1d0e2a36d8386 (patch)
treeb1179fadf9f404f096156e008cce6126d28d522f /src/ui/ui.h
parent20555fcb3646d789206ede9a95881fed75fbc0b9 (diff)
downloadprofani-tty-d68fb25ddef2f30c9d17991aa5d1d0e2a36d8386.tar.gz
Removed ui_win_switch_num
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index e42505bc..529e0f92 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -59,8 +59,7 @@ void ui_close(void);
 void ui_redraw(void);
 void ui_resize(void);
 GSList* ui_get_chat_recipients(void);
-gboolean ui_switch_win_num(const int i);
-gboolean ui_switch_win(ProfWin *win);
+void ui_switch_win(ProfWin *window);
 void ui_next_win(void);
 void ui_previous_win(void);
 void ui_sigwinch_handler(int sig);