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.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp
index 734db007ba..aae8b0ad0e 100644
--- a/engines/sherlock/detection.cpp
+++ b/engines/sherlock/detection.cpp
@@ -33,7 +33,6 @@ struct SherlockGameDescription {
ADGameDescription desc;
int gameID;
- uint32 features;
};
/**
@@ -44,13 +43,6 @@ uint32 SherlockEngine::getGameID() const {
}
/**
- * Returns the features the currently playing game has
- */
-uint32 SherlockEngine::getGameFeatures() const {
- return _gameDescription->features;
-}
-
-/**
* Return's the platform the game's datafiles are for
*/
Common::Platform SherlockEngine::getPlatform() const {