diff options
| author | Paul Gilbert | 2015-05-09 12:59:51 -0400 | 
|---|---|---|
| committer | Paul Gilbert | 2015-05-09 12:59:51 -0400 | 
| commit | 3e2b0bfb69027eaa3c4d47ac06dba3310b671c08 (patch) | |
| tree | d6d93ae7ad952fb263ee18a5a3b5f5ad634f8576 | |
| parent | eeb53ca614823896ef6c43f9f9d7580cbb6e0d78 (diff) | |
| download | scummvm-rg350-3e2b0bfb69027eaa3c4d47ac06dba3310b671c08.tar.gz scummvm-rg350-3e2b0bfb69027eaa3c4d47ac06dba3310b671c08.tar.bz2 scummvm-rg350-3e2b0bfb69027eaa3c4d47ac06dba3310b671c08.zip | |
SHERLOCK: Remove unused getGameType method declaration
| -rw-r--r-- | engines/sherlock/sherlock.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index 8d02f7aa24..5a3ed4bc1f 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -120,7 +120,6 @@ public:  	virtual Common::Error saveGameState(int slot, const Common::String &desc);  	virtual void syncSoundSettings(); -	int getGameType() const;  	GameType getGameID() const;  	Common::Language getLanguage() const;  	Common::Platform getPlatform() const; | 
