aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
authorMax Horn2011-06-06 15:51:46 +0200
committerMax Horn2011-06-06 16:13:57 +0200
commitc81e94b25214d258e0789f51b0ad0236ba1bf9c0 (patch)
tree41e1a0a9e9c121e58f1379db19d0faf743d80fcd /backends/platform/ps2/systemps2.h
parent848079b66de84cec7559bfbd009d664098ea42ac (diff)
downloadscummvm-rg350-c81e94b25214d258e0789f51b0ad0236ba1bf9c0.tar.gz
scummvm-rg350-c81e94b25214d258e0789f51b0ad0236ba1bf9c0.tar.bz2
scummvm-rg350-c81e94b25214d258e0789f51b0ad0236ba1bf9c0.zip
BACKENDS: Unify EventManager setup
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 5e59a4f0c4..cc9c489827 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -94,7 +94,6 @@ public:
virtual uint32 getMillis();
virtual void delayMillis(uint msecs);
virtual Common::TimerManager *getTimerManager();
-// virtual Common::EventManager *getEventManager();
virtual bool pollEvent(Common::Event &event);
virtual Audio::Mixer *getMixer();