From 129a38c1018f54bc0e47b5c54c436c0be30ca08f Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Sun, 28 Aug 2011 19:33:40 +0200 Subject: [PATCH] Remove more values now defined in mintlib --HG-- branch : SDL-1.2 --- src/video/xbios/SDL_xbios_centscreen.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video/xbios/SDL_xbios_centscreen.h b/src/video/xbios/SDL_xbios_centscreen.h index 5e5d68af9..5187d2063 100644 --- a/src/video/xbios/SDL_xbios_centscreen.h +++ b/src/video/xbios/SDL_xbios_centscreen.h @@ -36,10 +36,6 @@ /*--- Defines ---*/ -#ifndef C_CNTS -#define C_CNTS 0x434e5453L -#endif - #define CSCREEN_ENERGYSTAR (1<<9) #define CSCREEN_SAVER (1<<10) #define CSCREEN_VIRTUAL (1<<11)