changeset 19984:2195c8746e05

(push_key_description): Delete useless `if' statement.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Sep 1997 12:25:01 +0000
parents a62008636710
children 930e7515c033
files src/keymap.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Thu Sep 25 12:25:01 1997 +0000
+++ b/src/keymap.c	Thu Sep 25 12:25:01 1997 +0000
@@ -1731,8 +1731,6 @@
       *p++ = 'P';
       *p++ = 'C';
     }
-  else if (c < 128)
-    *p++ = c;
   else if (c < 256)
     *p++ = c;
   else if (c < 512)