aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/staticres.cpp
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/sword1/staticres.cpp
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/sword1/staticres.cpp')
-rw-r--r--engines/sword1/staticres.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/engines/sword1/staticres.cpp b/engines/sword1/staticres.cpp
index 08e6a108c4..63a1ce35ef 100644
--- a/engines/sword1/staticres.cpp
+++ b/engines/sword1/staticres.cpp
@@ -2894,9 +2894,6 @@ const char Music::_tuneList[TOTAL_TUNES][8] = {
"rm3d", // DONE 269 ONe the scene change after the Grand Master says, "George, we have watched you..." This one might need a bit of fiddling to get it to match to the fisticuffs.
};
-#ifdef PALMOS_68K
-const FxDef *Sound::_fxList;
-#else
const FxDef Sound::_fxList[312] = {
// 0
{
@@ -6445,7 +6442,7 @@ const FxDef Sound::_fxList[312] = {
},
//------------------------
};
-#endif
+
//--------------------------------------------------------------------------------------
// Continuous & random background sound effects for each location
@@ -7156,16 +7153,3 @@ const uint8 *Logic::_helperData[] = {
};
} // End of namespace Sword1
-
-#ifdef PALMOS_68K
-#include "scumm_globals.h"
-
-_GINIT(Sword1_fxList)
-_GSETPTR(Sword1::Sound::_fxList, GBVARS_FXLIST_INDEX, Sword1::FxDef, GBVARS_SWORD1)
-_GEND
-
-_GRELEASE(Sword1_fxList)
-_GRELEASEPTR(GBVARS_FXLIST_INDEX, GBVARS_SWORD1)
-_GEND
-
-#endif