diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-08 22:15:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-08 22:15:43 +0000 |
commit | 498de9d559ef8d18745f0741a64ac726b5be698b (patch) | |
tree | 34bfe2033fb16749b19b6916b0bfbf37ff868787 /usr.bin/mg/ttydef.h | |
parent | b6103358db477798382c0a638a76d0ca6427ab99 (diff) |
make lint happier; vincent ok
Diffstat (limited to 'usr.bin/mg/ttydef.h')
-rw-r--r-- | usr.bin/mg/ttydef.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/mg/ttydef.h b/usr.bin/mg/ttydef.h index 94d0ba1e69f..9a6da90289c 100644 --- a/usr.bin/mg/ttydef.h +++ b/usr.bin/mg/ttydef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ttydef.h,v 1.6 2002/02/21 00:02:05 deraadt Exp $ */ +/* $OpenBSD: ttydef.h,v 1.7 2004/07/08 22:15:42 deraadt Exp $ */ #ifndef TTYDEF_H #define TTYDEF_H @@ -15,10 +15,6 @@ #define STANDOUT_GLITCH /* possible standout glitch */ #define TERMCAP /* for possible use in ttyio.c */ -#ifndef XKEYS -#define ttykeymapinit() {} -#endif - #define putpad(str, num) tputs(str, num, ttputc) #define KFIRST K00 |