mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
SCI: Removed a now unused selector from the selector cache
svn-id: r52349
This commit is contained in:
parent
c23f597f50
commit
d1e45fd5d9
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user