aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui.cc b/src/ui.cc
index f5a5da17..ab956972 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -820,11 +820,6 @@ int UI::handle(int event)
if (!ret)
ret = Group::handle(event);
return ret;
-
- // if (event_key_state(LeftAltKey) && modifier == ALT && k == 'q') {
- // a_UIcmd_close_all_bw();
- // ret = 1;
- // }
}