(push_key_description): Delete useless `if' statement.
authorKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)
src/keymap.c

index 5d18cf9..e6053c6 100644 (file)
@@ -1731,8 +1731,6 @@ push_key_description (c, p)
       *p++ = 'P';
       *p++ = 'C';
     }
-  else if (c < 128)
-    *p++ = c;
   else if (c < 256)
     *p++ = c;
   else if (c < 512)