From a9316560ab896fb7198b74f2ce8437177ddf0201 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 16 Sep 2017 15:19:45 -0500 Subject: SCI: Remove unused selector from script patcher selectors list --- engines/sci/engine/script_patches.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 8a2800d147..1de0342672 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -99,7 +99,6 @@ static const char *const selectorNameTable[] = { "localize", // Freddy Pharkas "put", // Police Quest 1 VGA "say", // Quest For Glory 1 VGA - "contains", // Quest For Glory 2 "solvePuzzle", // Quest For Glory 3 "timesShownID", // Space Quest 1 VGA "startText", // King's Quest 6 CD / Laura Bow 2 CD for audio+text support @@ -161,7 +160,6 @@ enum ScriptPatcherSelectors { SELECTOR_localize, SELECTOR_put, SELECTOR_say, - SELECTOR_contains, SELECTOR_solvePuzzle, SELECTOR_timesShownID, SELECTOR_startText, -- cgit v1.2.3