repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 6fc82f27880b843d3bd6d665871489bdbef3084c:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 6fc82f27880b843d3bd6d665871489bdbef3084c
Author: Emanuele Giaquinta 
Date:   Wed Nov 30 20:01:41 2011 +0000

    Remove useless code.

diff --git a/src/keyboard.C b/src/keyboard.C
index 433575e1035c86e2de4493bb649692148e6fd753..
index ..8e962060a9bccd22d5c1b9068168cbea79d8b4ac 100644
--- a/src/keyboard.C
+++ b/src/keyboard.C
@@ -100,16 +100,11 @@ keyboard_manager::keyboard_manager ()

 keyboard_manager::~keyboard_manager ()
 {
-  hash [0] = 2;
-
   for (unsigned int i = 0; i < keymap.size (); ++i)
     {
       free (keymap [i]->str);
       delete keymap [i];
-      keymap [i] = 0;
     }
-
-  keymap.clear ();
 }

 // a wrapper for register_translation that converts the input string

-----END OF PAGE-----