aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/savegame.cpp6
-rw-r--r--engines/sci/engine/segment.h3
2 files changed, 0 insertions, 9 deletions
diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index bb9ac0ba20..f434e5326b 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -53,17 +53,11 @@ namespace Sci {
#define VER(x) Common::Serializer::Version(x)
-// OBSOLETE: This const is used for backward compatibility only.
-const uint32 INTMAPPER_MAGIC_KEY = 0xDEADBEEF;
-
-
#pragma mark -
// TODO: Many of the following sync_*() methods should be turned into member funcs
// of the classes they are syncing.
-#define DEFROBNICATE_HANDLE(handle) (make_reg((handle >> 16) & 0xffff, handle & 0xffff))
-
void MusicEntry::saveLoadWithSerializer(Common::Serializer &s) {
soundObj.saveLoadWithSerializer(s);
s.syncAsSint16LE(resourceId);
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index 2465576302..c8cb4cd203 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -143,9 +143,6 @@ public:
}
};
-
-struct IntMapper;
-
enum {
SYS_STRINGS_MAX = 4,