diff options
-rw-r--r-- | engines/mohawk/detection.cpp | 5 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index f33cf244e3..95ae18d273 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -34,9 +34,6 @@ #include "mohawk/riven.h" #include "mohawk/livingbooks.h" -// Define this to enable detection of other Broderbund titles which use Mohawk (besides Myst/Riven) -#define DETECT_BRODERBUND_TITLES - namespace Mohawk { struct MohawkGameDescription { @@ -101,7 +98,6 @@ static const PlainGameDescriptor mohawkGames[] = { {"myst", "Myst"}, {"MakingOfMyst", "The Making of Myst"}, {"riven", "Riven: The Sequel to Myst"}, -#ifdef DETECT_BRODERBUND_TITLES {"zoombini", "Logical Journey of the Zoombinis"}, {"cstime", "Where in Time is Carmen Sandiego?"}, {"csworld", "Where in the World is Carmen Sandiego?"}, @@ -122,7 +118,6 @@ static const PlainGameDescriptor mohawkGames[] = { {"arthurbday", "Arthur's Birthday"}, {"lilmonster", "Little Monster at School"}, {"rugrats", "Rugrats Adventure Game"}, -#endif {0, 0} }; diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index bd5ee14db3..56b1e3f527 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -386,7 +386,6 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, -#ifdef DETECT_BRODERBUND_TITLES { { "cstime", @@ -1098,7 +1097,6 @@ static const MohawkGameDescription gameDescriptions[] = { 0, 0, }, -#endif { AD_TABLE_END_MARKER, 0, 0, 0 } }; |