diff options
author | Lars Persson | 2009-02-17 16:26:18 +0000 |
---|---|---|
committer | Lars Persson | 2009-02-17 16:26:18 +0000 |
commit | b3cf9ef9a946571bb31d826384cb68a49bcc8820 (patch) | |
tree | 0d2eb781c3b5ef82e7757c9aa99e62b238bca953 /backends/platform/symbian | |
parent | d53b66b3522b31fd8a640d5187cc90173d674568 (diff) | |
download | scummvm-rg350-b3cf9ef9a946571bb31d826384cb68a49bcc8820.tar.gz scummvm-rg350-b3cf9ef9a946571bb31d826384cb68a49bcc8820.tar.bz2 scummvm-rg350-b3cf9ef9a946571bb31d826384cb68a49bcc8820.zip |
Remove vector renderer define
svn-id: r38424
Diffstat (limited to 'backends/platform/symbian')
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 8e1ba150cc..cfd6c89a7a 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -36,7 +36,6 @@ #include <math.h> #define DISABLE_COMMAND_LINE -#define VECTOR_RENDERER_FORMAT 565 #if defined(USE_TREMOR) && !defined(USE_VORBIS) #define USE_VORBIS // make sure this one is defined together with USE_TREMOR! |