SHERLOCK: Simplify detection entry

This commit is contained in:
Paul Gilbert 2015-05-08 22:54:32 -04:00
parent 263f33a9f8
commit 7ca37bef9f
3 changed files with 2 additions and 15 deletions

View file

@ -33,7 +33,6 @@ struct SherlockGameDescription {
ADGameDescription desc;
int gameID;
uint32 features;
};
/**
@ -43,13 +42,6 @@ uint32 SherlockEngine::getGameID() const {
return _gameDescription->gameID;
}
/**
* 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
*/