aboutsummaryrefslogtreecommitdiff
path: root/backends/events/linuxmotosdl
diff options
context:
space:
mode:
authorMax Horn2010-11-29 16:35:29 +0000
committerMax Horn2010-11-29 16:35:29 +0000
commit4bed2b3ff588452ed754d0758bf9b1b0df0e8c92 (patch)
tree2e60b680b6f3d696a281b534606e425a3faf16e8 /backends/events/linuxmotosdl
parentf0fdff21f641097ea0bd18493580b42ed12dac6a (diff)
downloadscummvm-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/events/linuxmotosdl')
-rw-r--r--backends/events/linuxmotosdl/linuxmotosdl-events.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/events/linuxmotosdl/linuxmotosdl-events.cpp b/backends/events/linuxmotosdl/linuxmotosdl-events.cpp
index aa9214d89f..751e4f06ed 100644
--- a/backends/events/linuxmotosdl/linuxmotosdl-events.cpp
+++ b/backends/events/linuxmotosdl/linuxmotosdl-events.cpp
@@ -27,9 +27,6 @@
#if defined(LINUXMOTO)
-// Disable symbol overrides so that we can use system headers.
-#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
-
#include "backends/events/linuxmotosdl/linuxmotosdl-events.h"
#include "backends/platform/linuxmoto/linuxmoto-sdl.h"