=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/ttydef.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/mg/Attic/ttydef.h 2015/03/19 21:48:05 1.11 +++ src/usr.bin/mg/Attic/ttydef.h 2015/03/24 22:28:10 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: ttydef.h,v 1.11 2015/03/19 21:48:05 bcallah Exp $ */ +/* $OpenBSD: ttydef.h,v 1.12 2015/03/24 22:28:10 bcallah Exp $ */ /* This file is in the public domain. */ @@ -11,10 +11,6 @@ */ #define STANDOUT_GLITCH /* possible standout glitch */ - -#ifdef undef -#define MOVE_STANDOUT /* don't move in standout mode */ -#endif /* undef */ #define putpad(str, num) tputs(str, num, ttputc)