aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.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/modular-backend.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/modular-backend.h')
-rw-r--r--backends/modular-backend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index a978f2062c..42bd0ed73a 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -111,7 +111,6 @@ public:
//@{
virtual Common::TimerManager *getTimerManager();
- virtual Common::EventManager *getEventManager();
virtual Common::HardwareKeySet *getHardwareKeySet() { return 0; }
//@}
@@ -148,7 +147,6 @@ protected:
//@{
FilesystemFactory *_fsFactory;
- Common::EventManager *_eventManager;
Common::SaveFileManager *_savefileManager;
Common::TimerManager *_timerManager;
MutexManager *_mutexManager;