From a1ceb534de0ade0567f5ac1ee6b764f66ddfe00a Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 13 Sep 2011 23:24:06 +0200 Subject: [PATCH] nit. --- gfx/sdlwrap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/sdlwrap.h b/gfx/sdlwrap.h index 8b6041cf86..1d1ef4b951 100644 --- a/gfx/sdlwrap.h +++ b/gfx/sdlwrap.h @@ -33,10 +33,6 @@ #define SDL_MODERN 0 #endif -//#if SDL_MODERN -//#error "SDL 1.3 support not yet implemented!" -//#endif - // Not legal to cast void* to fn-pointer. Need workaround to be compliant. #define SDL_SYM_WRAP(sym, symbol) { \ assert(sizeof(void*) == sizeof(void (*)(void))); \