aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
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/graphics/linuxmotosdl/linuxmotosdl-graphics.h
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/graphics/linuxmotosdl/linuxmotosdl-graphics.h')
-rw-r--r--backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
index 2a928ed7e1..8124aca778 100644
--- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
+++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
@@ -26,9 +26,6 @@
#ifndef BACKENDS_GRAPHICS_SDL_LINUXMOTO_H
#define BACKENDS_GRAPHICS_SDL_LINUXMOTO_H
-// Disable symbol overrides so that we can use system headers.
-#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
-
#include "backends/graphics/sdl/sdl-graphics.h"
class LinuxmotoSdlGraphicsManager : public SdlGraphicsManager {