aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.h
diff options
context:
space:
mode:
authorMatthew Hoops2013-02-03 17:36:08 -0500
committerMatthew Hoops2013-02-03 17:37:40 -0500
commit091f2e9df835cb688db456570862a327e04be748 (patch)
tree40f0b3d8f69d7c3e1b7980e53941b1e9970ed189 /engines/pegasus/timers.h
parent6286779d0a991d4e3c6d8c47f09a0ff8b8819551 (diff)
downloadscummvm-rg350-091f2e9df835cb688db456570862a327e04be748.tar.gz
scummvm-rg350-091f2e9df835cb688db456570862a327e04be748.tar.bz2
scummvm-rg350-091f2e9df835cb688db456570862a327e04be748.zip
PEGASUS: Fix the pressure door 'static' screens
This does not do a full implementation of master time bases for the one case in the game that uses it.
Diffstat (limited to 'engines/pegasus/timers.h')
-rw-r--r--engines/pegasus/timers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/pegasus/timers.h b/engines/pegasus/timers.h
index bcdca6e860..944930d21b 100644
--- a/engines/pegasus/timers.h
+++ b/engines/pegasus/timers.h
@@ -26,7 +26,6 @@
#ifndef PEGASUS_TIMERS_H
#define PEGASUS_TIMERS_H
-#include "common/list.h"
#include "common/rational.h"
#include "common/func.h"
@@ -122,11 +121,6 @@ protected:
Common::Rational _time;
uint32 _lastMillis, _pauseStart;
-
-private:
- Common::Rational getEffectiveRate() const;
-
- Common::List<TimeBase *> _slaves;
};
// Type passed to initCallBack()