diff options
author | Max Horn | 2008-08-04 17:46:22 +0000 |
---|---|---|
committer | Max Horn | 2008-08-04 17:46:22 +0000 |
commit | 4900a3e96ec7bb8ce2414776f55f96d8c84ebb32 (patch) | |
tree | 5d9cc1a87f8d8d3c202fe4ca685ba8a6feb33163 /backends/platform/sdl | |
parent | 2f2a4f03d0eda0f7f81fbfb9a8bc9cb95586bd43 (diff) | |
download | scummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.tar.gz scummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.tar.bz2 scummvm-rg350-4900a3e96ec7bb8ce2414776f55f96d8c84ebb32.zip |
Remove some code which was rendered obsolete by md5's commit r33610
svn-id: r33617
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/sdl.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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 <windows.h> -// 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; |