aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/base-costume.h
diff options
context:
space:
mode:
authorChris Apers2007-09-01 19:13:04 +0000
committerChris Apers2007-09-01 19:13:04 +0000
commit500481c4ec684bc943ea5e4c30786bec49871629 (patch)
tree97d4899c4a80107d96b9d22dd005eb45935ac538 /engines/scumm/base-costume.h
parent88b74c5c91478ea017fa247a2f92fab957257122 (diff)
downloadscummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.gz
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.bz2
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.zip
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
Diffstat (limited to 'engines/scumm/base-costume.h')
-rw-r--r--engines/scumm/base-costume.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/scumm/base-costume.h b/engines/scumm/base-costume.h
index 155bbff97f..7acaff2679 100644
--- a/engines/scumm/base-costume.h
+++ b/engines/scumm/base-costume.h
@@ -42,15 +42,8 @@ struct CostumeInfo {
#include "common/pack-end.h" // END STRUCT PACKING
-
-#ifdef PALMOS_68K
-extern const byte *smallCostumeScaleTable;
-extern const byte *bigCostumeScaleTable;
-#else
extern const byte smallCostumeScaleTable[256];
extern const byte bigCostumeScaleTable[768];
-#endif
-
class Actor;