aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/detection.cpp')
-rw-r--r--engines/sherlock/detection.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp
index b60facb86d..5a94b3485f 100644
--- a/engines/sherlock/detection.cpp
+++ b/engines/sherlock/detection.cpp
@@ -63,7 +63,6 @@ static const PlainGameDescriptor sherlockGames[] = {
#define GAMEOPTION_PORTRAITS_ON GUIO_GAMEOPTIONS4
#define GAMEOPTION_WINDOW_STYLE GUIO_GAMEOPTIONS5
#define GAMEOPTION_TRANSPARENT_WINDOWS GUIO_GAMEOPTIONS6
-#define GAMEOPTION_TEXT_WINDOWS GUIO_GAMEOPTIONS7
static const ADExtraGuiOptionsMap optionsList[] = {
{
@@ -126,16 +125,6 @@ static const ADExtraGuiOptionsMap optionsList[] = {
}
},
- {
- GAMEOPTION_TEXT_WINDOWS,
- {
- _s("Text windows"),
- _s("Show text windows during conversations"),
- "text_windows",
- true
- }
- },
-
AD_EXTRA_GUI_OPTIONS_TERMINATOR
};