From ee138c0ddda8ea10311aedab2fbc6e1dfca89890 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 29 Jan 2006 15:17:51 +0000 Subject: [PATCH] These DISPLAY_* macro definitions are redundant, at least with Open Watcom 1.3. (And since it's a free compiler, I don't mind forcing people to upgrade.) --- curses.h | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/curses.h b/curses.h index 2153c076..7934ed56 100644 --- a/curses.h +++ b/curses.h @@ -16,7 +16,7 @@ * See the file maintain.er for details of the current maintainer. **************************************************************************/ -/* $Id: curses.h,v 1.113 2006/01/28 19:35:22 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.114 2006/01/29 15:17:51 wmcbrine Exp $ */ /* ---------------------------------------------------------------------- PDCurses @@ -306,24 +306,6 @@ PDCurses portable platform definitions list: # if defined(__OS2__) || defined(__OS2V2__) # define OS2 3 /* Major release of OS/2 supported */ # define CURSES__32BIT__ -# ifndef DISPLAY_MONOCHROME -# define DISPLAY_MONOCHROME 0 -# endif -# ifndef DISPLAY_CGA -# define DISPLAY_CGA 1 -# endif -# ifndef DISPLAY_EGA -# define DISPLAY_EGA 2 -# endif -# ifndef DISPLAY_VGA -# define DISPLAY_VGA 3 -# endif -# ifndef DISPLAY_8514A -# define DISPLAY_8514A 7 -# endif -# ifndef DISPLAY_XGA -# define DISPLAY_XGA 9 -# endif # endif # if defined(__NT__) || defined(WIN32) # ifndef WIN32