aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-03 20:29:11 -0500
committerPaul Gilbert2014-02-03 20:29:11 -0500
commitbe296c58dd3624add1e60fb99e4d1f9ef2dacc48 (patch)
tree3f2179b4ccdd51cea59cabc63b33e8a650aea584
parentae9bca6bdf747e8ec1daa75b043a5a546eec21f7 (diff)
downloadscummvm-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
-rw-r--r--engines/voyeur/files.h10
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);