[Scummvm-cvs-logs] SF.net SVN: scummvm:[51687] scummvm/trunk/engines/sci/engine

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Aug 3 14:41:36 CEST 2010


Revision: 51687
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51687&view=rev
Author:   thebluegr
Date:     2010-08-03 12:41:36 +0000 (Tue, 03 Aug 2010)

Log Message:
-----------
SCI: Cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/savegame.cpp
    scummvm/trunk/engines/sci/engine/segment.h

Modified: scummvm/trunk/engines/sci/engine/savegame.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.cpp	2010-08-03 12:39:11 UTC (rev 51686)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-08-03 12:41:36 UTC (rev 51687)
@@ -53,17 +53,11 @@
 #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);

Modified: scummvm/trunk/engines/sci/engine/segment.h
===================================================================
--- scummvm/trunk/engines/sci/engine/segment.h	2010-08-03 12:39:11 UTC (rev 51686)
+++ scummvm/trunk/engines/sci/engine/segment.h	2010-08-03 12:41:36 UTC (rev 51687)
@@ -143,9 +143,6 @@
 	}
 };
 
-
-struct IntMapper;
-
 enum {
 	SYS_STRINGS_MAX = 4,
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list