aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/events.h b/common/events.h
index ed00260f9a..014c82ec91 100644
--- a/common/events.h
+++ b/common/events.h
@@ -348,11 +348,6 @@ public:
*/
virtual void pushEvent(const Common::Event &event) = 0;
- /** Register random source so it can be serialized in game test purposes **/
- virtual void registerRandomSource(Common::RandomSource &rnd, const char *name) = 0;
-
- virtual void processMillis(uint32 &millis) = 0;
-
/** Return the current mouse position */
virtual Common::Point getMousePos() const = 0;