Remove superfluous braces.
authorayin <ayin>
Thu, 14 Feb 2008 23:53:05 +0000 (23:53 +0000)
committerayin <ayin>
Thu, 14 Feb 2008 23:53:05 +0000 (23:53 +0000)
src/command.C

index 9b71322245c6ed3806c7159c1cea574820155136..b10c8354338d44cdb037950634717980a7b9511e 100644 (file)
@@ -548,7 +548,6 @@ rxvt_term::key_press (XKeyEvent &ev)
 
       if (keysym >= 0xFF00 && keysym <= 0xFFFF)
         {
-            {
               bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
               unsigned int newlen = 1;
 #ifdef XK_KP_Home
@@ -790,7 +789,6 @@ rxvt_term::key_press (XKeyEvent &ev)
 
               if (newlen)
                 len = strlen (kbuf);
-            }
 
           /*
            * Pass meta for all function keys, if 'meta' option set