aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-02-11 08:00:07 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commitae6f248616a144050337e9687033402c4868d558 (patch)
tree2358c3475c267c0def0548dc457c440fb7d88523 /engines/mohawk/riven.h
parentf0267d542f860a2f67f519a1dc5343e020927c81 (diff)
downloadscummvm-rg350-ae6f248616a144050337e9687033402c4868d558.tar.gz
scummvm-rg350-ae6f248616a144050337e9687033402c4868d558.tar.bz2
scummvm-rg350-ae6f248616a144050337e9687033402c4868d558.zip
MOHAWK: Move Riven's sunner alert handling to the jungle stack
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 0dfba152bc..a4c4db4188 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -133,9 +133,6 @@ private:
Common::SharedPtr<TimerProc> _timerProc;
uint32 _timerTime;
- // Miscellaneous
- void checkSunnerAlertClick();
-
public:
// Stack/card/script funtions
void changeToCard(uint16 dest);