aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 5d18cf9349d..e6053c695c9 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1731,8 +1731,6 @@ push_key_description (c, p)
1731 *p++ = 'P'; 1731 *p++ = 'P';
1732 *p++ = 'C'; 1732 *p++ = 'C';
1733 } 1733 }
1734 else if (c < 128)
1735 *p++ = c;
1736 else if (c < 256) 1734 else if (c < 256)
1737 *p++ = c; 1735 *p++ = c;
1738 else if (c < 512) 1736 else if (c < 512)