SCI: Removed a now unused selector from the selector cache

svn-id: r52349
This commit is contained in:
Filippos Karapetis 2010-08-24 17:12:31 +00:00
parent c23f597f50
commit d1e45fd5d9
2 changed files with 0 additions and 3 deletions

View File

@ -164,7 +164,6 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(vanishingX);
FIND_SELECTOR(vanishingY);
FIND_SELECTOR(iconIndex);
FIND_SELECTOR(port);
#ifdef ENABLE_SCI32
FIND_SELECTOR(data);

View File

@ -127,8 +127,6 @@ struct SelectorCache {
// 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