diff options
author | Max Horn | 2010-11-29 16:35:29 +0000 |
---|---|---|
committer | Max Horn | 2010-11-29 16:35:29 +0000 |
commit | 4bed2b3ff588452ed754d0758bf9b1b0df0e8c92 (patch) | |
tree | 2e60b680b6f3d696a281b534606e425a3faf16e8 /backends/timer | |
parent | f0fdff21f641097ea0bd18493580b42ed12dac6a (diff) | |
download | scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.tar.gz scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.tar.bz2 scummvm-rg350-4bed2b3ff588452ed754d0758bf9b1b0df0e8c92.zip |
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
svn-id: r54575
Diffstat (limited to 'backends/timer')
-rw-r--r-- | backends/timer/sdl/sdl-timer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/timer/sdl/sdl-timer.cpp b/backends/timer/sdl/sdl-timer.cpp index e810d3e646..0a4cd428de 100644 --- a/backends/timer/sdl/sdl-timer.cpp +++ b/backends/timer/sdl/sdl-timer.cpp @@ -28,9 +28,6 @@ #if defined(SDL_BACKEND) -// Disable symbol overrides so that we can use system headers. -#define FORBIDDEN_SYMBOL_EXCEPTION_FILE - #include "backends/timer/sdl/sdl-timer.h" static Uint32 timer_handler(Uint32 interval, void *param) { |