From 1d98e1c317fa19687ae6bc3cb8e550ef7531bf02 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 05:28:04 +0100 Subject: cleanups (cont.) --- source/port.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index 719fc18..44a6cdf 100644 --- a/source/port.h +++ b/source/port.h @@ -116,12 +116,9 @@ #else #define PIXEL_FORMAT RGB565 #endif -#define FOREVER_16_BIT // The above is used to disable the 16-bit graphics mode checks sprinkled // throughout the code, if the pixel format is always 16-bit. -// #define GFX_MULTI_FORMAT - #if defined(TARGET_OS_MAC) && TARGET_OS_MAC #include "zlib.h" @@ -137,7 +134,6 @@ #undef _MAX_PATH #undef DEBUGGER /* Apple Universal Headers sometimes #define DEBUGGER */ -#undef GFX_MULTI_FORMAT int strncasecmp(const char *s1, const char *s2, unsigned n); int strcasecmp(const char *s1, const char *s2 ); -- cgit v1.2.3