diff options
Diffstat (limited to 'usr.bin/mg/keymap.c')
-rw-r--r-- | usr.bin/mg/keymap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/keymap.c b/usr.bin/mg/keymap.c index ac5837f831a..9d9d022bd6e 100644 --- a/usr.bin/mg/keymap.c +++ b/usr.bin/mg/keymap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keymap.c,v 1.7 2001/05/23 16:26:39 art Exp $ */ +/* $OpenBSD: keymap.c,v 1.8 2001/05/23 21:59:45 art Exp $ */ /* * Keyboard maps. This is character set dependent. The terminal specific @@ -851,8 +851,6 @@ FUNCTNAMES functnames[] = { #define NFUNCT (sizeof(functnames)/sizeof(FUNCTNAMES)) -int nfunct = NFUNCT; /* used by help.c */ - /* * The general-purpose version of ROUND2 blows osk C (2.0) out of the water. * (reboot required) If you need to build a version of mg with less than 32 |