From 4900a3e96ec7bb8ce2414776f55f96d8c84ebb32 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 4 Aug 2008 17:46:22 +0000 Subject: Remove some code which was rendered obsolete by md5's commit r33610 svn-id: r33617 --- backends/platform/sdl/sdl.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index 1095ddbddd..75bac0f536 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -70,17 +70,6 @@ -/* - * Include header files needed for getDefaultConfigFileName(). - */ -#if defined(WIN32) -#include -// winnt.h defines ARRAYSIZE, but we want our own one... -#undef ARRAYSIZE -#endif - - - static Uint32 timer_handler(Uint32 interval, void *param) { ((DefaultTimerManager *)param)->handler(); return interval; -- cgit v1.2.3