diff options
author | Paul Gilbert | 2014-02-03 20:29:11 -0500 |
---|---|---|
committer | Paul Gilbert | 2014-02-03 20:29:11 -0500 |
commit | be296c58dd3624add1e60fb99e4d1f9ef2dacc48 (patch) | |
tree | 3f2179b4ccdd51cea59cabc63b33e8a650aea584 /engines | |
parent | ae9bca6bdf747e8ec1daa75b043a5a546eec21f7 (diff) | |
download | scummvm-rg350-be296c58dd3624add1e60fb99e4d1f9ef2dacc48.tar.gz scummvm-rg350-be296c58dd3624add1e60fb99e4d1f9ef2dacc48.tar.bz2 scummvm-rg350-be296c58dd3624add1e60fb99e4d1f9ef2dacc48.zip |
VOYEUR: Removed some method declarations that are no longer in the given class
Diffstat (limited to 'engines')
-rw-r--r-- | engines/voyeur/files.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h index ff09bbef2b..7cdb61f4e8 100644 --- a/engines/voyeur/files.h +++ b/engines/voyeur/files.h @@ -617,16 +617,6 @@ public: void loadTheApt(); /** - * Check for whether a murder has been recorded - */ - void checkForMurder(); - - /** - * Check for whether incriminating evidence has been recorded - */ - void checkForIncriminate(); - - /** * Synchronizes the game data */ void synchronize(Common::Serializer &s); |