[Scummvm-cvs-logs] SF.net SVN: scummvm:[52349] scummvm/trunk/engines/sci/engine
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Aug 24 19:12:33 CEST 2010
Revision: 52349
http://scummvm.svn.sourceforge.net/scummvm/?rev=52349&view=rev
Author: thebluegr
Date: 2010-08-24 17:12:31 +0000 (Tue, 24 Aug 2010)
Log Message:
-----------
SCI: Removed a now unused selector from the selector cache
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/selector.cpp
scummvm/trunk/engines/sci/engine/selector.h
Modified: scummvm/trunk/engines/sci/engine/selector.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/selector.cpp 2010-08-24 15:48:43 UTC (rev 52348)
+++ scummvm/trunk/engines/sci/engine/selector.cpp 2010-08-24 17:12:31 UTC (rev 52349)
@@ -164,7 +164,6 @@
FIND_SELECTOR(vanishingX);
FIND_SELECTOR(vanishingY);
FIND_SELECTOR(iconIndex);
- FIND_SELECTOR(port);
#ifdef ENABLE_SCI32
FIND_SELECTOR(data);
Modified: scummvm/trunk/engines/sci/engine/selector.h
===================================================================
--- scummvm/trunk/engines/sci/engine/selector.h 2010-08-24 15:48:43 UTC (rev 52348)
+++ scummvm/trunk/engines/sci/engine/selector.h 2010-08-24 17:12:31 UTC (rev 52349)
@@ -127,8 +127,6 @@
// SCI1.1 Mac icon bar selectors
Selector iconIndex; ///< Used to index icon bar objects
- Selector port; // used by a hoyle 4 workaround
-
#ifdef ENABLE_SCI32
Selector data; // Used by Array()/String()
Selector picture; // Used to hold the picture ID for SCI32 pictures
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