aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-30 20:28:29 +1100
committerPaul Gilbert2013-12-30 20:28:29 +1100
commitf08231939f626f4acafb899fc8780b73260f1ada (patch)
tree2b9a16979fb6e7a51227cbd725e93a34b8c8e472 /engines/voyeur/events.cpp
parentcb15e2863f397d6906cb509ee5ec00102fe38baf (diff)
downloadscummvm-rg350-f08231939f626f4acafb899fc8780b73260f1ada.tar.gz
scummvm-rg350-f08231939f626f4acafb899fc8780b73260f1ada.tar.bz2
scummvm-rg350-f08231939f626f4acafb899fc8780b73260f1ada.zip
VOYEUR: Removed duplicate vStopCycle method
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 115482ec29..514d9837b8 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -108,11 +108,6 @@ void EventsManager::mainVoyeurIntFunc() {
}
}
-void EventsManager::vStopCycle() {
- _cycleIntNode._flags = 1;
- _cycleStatus &= 2;
-}
-
void EventsManager::sWaitFlip() {
Common::Array<ViewPortResource *> &viewPorts = _vm->_graphicsManager._viewPortListPtr->_entries;
for (uint idx = 0; idx < viewPorts.size(); ++idx) {