summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-07 21:01:41 +0200
committerjcid <devnull@localhost>2008-10-07 21:01:41 +0200
commitc591ac9a05802e908da5d9f947cc838eb88bce9b (patch)
tree36dc17c60cc0547f8fc1e134ae670a75790b1adb
parent74f2af766dcf3d7295f031507cf7e8645aebf198 (diff)
.
-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;
- // }
}