diff options
author | jcid <devnull@localhost> | 2008-10-07 21:01:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-07 21:01:41 +0200 |
commit | c591ac9a05802e908da5d9f947cc838eb88bce9b (patch) | |
tree | 36dc17c60cc0547f8fc1e134ae670a75790b1adb /src | |
parent | 74f2af766dcf3d7295f031507cf7e8645aebf198 (diff) |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; - // } } |