about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-28 23:00:06 +0100
committerJames Booth <boothj5@gmail.com>2015-04-28 23:00:06 +0100
commit403e9b47fe985cb7b1e1644bf8d3bfb0cc4eb829 (patch)
tree62ad244f8ac924a54968030d24e9ea884d86c443 /src
parent70d1756a1cf380a75d4e4191670787e5dc6bf182 (diff)
downloadprofani-tty-403e9b47fe985cb7b1e1644bf8d3bfb0cc4eb829.tar.gz
Removed commented code
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 78faff18..698b4e98 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -3002,32 +3002,6 @@ ui_hide_roster(void)
     }
 }
 
-//static void
-//_win_handle_switch(const wint_t ch)
-//{
-//    if (ch == KEY_F(1)) {
-//        ui_switch_win(1);
-//    } else if (ch == KEY_F(2)) {
-//        ui_switch_win(2);
-//    } else if (ch == KEY_F(3)) {
-//        ui_switch_win(3);
-//    } else if (ch == KEY_F(4)) {
-//        ui_switch_win(4);
-//    } else if (ch == KEY_F(5)) {
-//        ui_switch_win(5);
-//    } else if (ch == KEY_F(6)) {
-//        ui_switch_win(6);
-//    } else if (ch == KEY_F(7)) {
-//        ui_switch_win(7);
-//    } else if (ch == KEY_F(8)) {
-//        ui_switch_win(8);
-//    } else if (ch == KEY_F(9)) {
-//        ui_switch_win(9);
-//    } else if (ch == KEY_F(10)) {
-//        ui_switch_win(0);
-//    }
-//}
-//
 static void
 _win_show_history(int win_index, const char * const contact)
 {