aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
diff options
context:
space:
mode:
authorMax Horn2009-10-08 21:29:45 +0000
committerMax Horn2009-10-08 21:29:45 +0000
commit76996301d1988f2c6b2659e11223c3016c1232bc (patch)
treebb8534820be12d08e71e153a855a979d47a1c2ee /engines/sci/engine/segment.h
parent3399c3aeb638ae874557c72b4ab4db016ff152c8 (diff)
downloadscummvm-rg350-76996301d1988f2c6b2659e11223c3016c1232bc.tar.gz
scummvm-rg350-76996301d1988f2c6b2659e11223c3016c1232bc.tar.bz2
scummvm-rg350-76996301d1988f2c6b2659e11223c3016c1232bc.zip
SCI: Removed obsolete stringfrags code
svn-id: r44803
Diffstat (limited to 'engines/sci/engine/segment.h')
-rw-r--r--engines/sci/engine/segment.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index d9c58e9b85..b04747dbf6 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -62,7 +62,7 @@ enum SegmentType {
SEG_TYPE_NODES = 7,
SEG_TYPE_HUNK = 8,
SEG_TYPE_DYNMEM = 9,
- SEG_TYPE_STRING_FRAG = 10,
+ SEG_TYPE_STRING_FRAG = 10, // obsolete, we keep it to be able to load old saves
SEG_TYPE_MAX // For sanity checking
};
@@ -128,15 +128,6 @@ public:
};
-// TODO: Implement the following class
-struct StringFrag : public SegmentObj {
- StringFrag() : SegmentObj(SEG_TYPE_STRING_FRAG) {}
-
- virtual bool isValidOffset(uint16 offset) const { return false; }
-
- virtual void saveLoadWithSerializer(Common::Serializer &ser);
-};
-
struct IntMapper;
enum {