The setCursor selector is no longer used for the detection of the kSetCursor() kernel function semantics

svn-id: r49408
This commit is contained in:
Filippos Karapetis 2010-06-03 10:44:50 +00:00
parent f1af6bad6d
commit 2ae4c5796b
2 changed files with 0 additions and 2 deletions

View File

@ -153,7 +153,6 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(subtitleLang);
FIND_SELECTOR(parseLang);
FIND_SELECTOR(overlay);
FIND_SELECTOR(setCursor);
FIND_SELECTOR(topString);
FIND_SELECTOR(scaleSignal);
FIND_SELECTOR(scaleX);

View File

@ -157,7 +157,6 @@ struct SelectorCache {
// Used for auto detection purposes
Selector overlay; ///< Used to determine if a game is using old gfx functions or not
Selector setCursor; ///< For cursor semantics autodetection
// SCI1.1 Mac icon bar selectors
Selector iconIndex; ///< Used to index icon bar objects