aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-26 07:43:11 +0100
committerStrangerke2014-02-26 07:43:11 +0100
commit62d846d7172d27c5f9e784f507cd546915f6d652 (patch)
treea36a2d766258ef9fcd53448cd165f58458d1681e /engines/voyeur/events.cpp
parentbcca831c6813aa1a52b478c6b2f40ac2ee108ed5 (diff)
downloadscummvm-rg350-62d846d7172d27c5f9e784f507cd546915f6d652.tar.gz
scummvm-rg350-62d846d7172d27c5f9e784f507cd546915f6d652.tar.bz2
scummvm-rg350-62d846d7172d27c5f9e784f507cd546915f6d652.zip
VOYEUR: Remove a useless function
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 686994722e..a141883090 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -85,10 +85,6 @@ EventsManager::EventsManager(): _intPtr(_gameData),
_fadeCount = 1;
}
-void EventsManager::resetMouse() {
- // No implementation
-}
-
void EventsManager::startMainClockInt() {
_mainIntNode._intFunc = &EventsManager::mainVoyeurIntFunc;
_mainIntNode._flags = 0;