repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c59493d8853057dfc727680cc1a02f1074ea3c02: path_to: revision_to:
commit c59493d8853057dfc727680cc1a02f1074ea3c02 Author: Emanuele GiaquintaDate: Sun Nov 27 09:07:48 2011 +0000 Remove useless switch. diff --git a/src/keyboard.C b/src/keyboard.C
--- a/src/keyboard.C
+++ b/src/keyboard.C
@@ -227,12 +227,7 @@ keyboard_manager::dispatch (rxvt_term *term, KeySym keysym, unsigned int state)
// TODO: do (some) translations, unescaping etc, here (allow \u escape etc.)
free (wc);
- switch (key.type)
- {
- case keysym_t::STRING:
- output_string (term, str);
- break;
- }
+ output_string (term, str);
free (str);
-----END OF PAGE-----