diff options
author | Max Horn | 2008-08-16 11:37:36 +0000 |
---|---|---|
committer | Max Horn | 2008-08-16 11:37:36 +0000 |
commit | c91bf34039bd1bfe03a52b998d399e0dd501f4ac (patch) | |
tree | 7210d0bebf31845dbe5acf1146deba11bafe41ed /backends/platform | |
parent | 41a1763fa8d28cb7dc0dd6c1f27eb8207d9e3b6c (diff) | |
download | scummvm-rg350-c91bf34039bd1bfe03a52b998d399e0dd501f4ac.tar.gz scummvm-rg350-c91bf34039bd1bfe03a52b998d399e0dd501f4ac.tar.bz2 scummvm-rg350-c91bf34039bd1bfe03a52b998d399e0dd501f4ac.zip |
Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM
svn-id: r33934
Diffstat (limited to 'backends/platform')
-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 4577824b33..02436d7c35 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -134,7 +134,6 @@ #ifndef __WINS__ #define USE_ARM_GFX_ASM -#define ARM_USE_GFX_ASM #define USE_ARM_SMUSH_ASM #define USE_ARM_COSTUME_ASM #define USE_ARM_SOUND_ASM |