aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-08 22:54:32 -0400
committerPaul Gilbert2015-05-08 22:54:32 -0400
commit7ca37bef9f6b16f175f39908c8dfbb1761d42aa3 (patch)
tree3aa8ba372ed4cc8b4fed868b480b0bdc15d48611 /engines/sherlock/detection.cpp
parent263f33a9f83f9d1d00a100b7532dd28e59ee3a6b (diff)
downloadscummvm-rg350-7ca37bef9f6b16f175f39908c8dfbb1761d42aa3.tar.gz
scummvm-rg350-7ca37bef9f6b16f175f39908c8dfbb1761d42aa3.tar.bz2
scummvm-rg350-7ca37bef9f6b16f175f39908c8dfbb1761d42aa3.zip
SHERLOCK: Simplify detection entry
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 {