aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/events.h b/common/events.h
index 54c9f6df22..684b87bc5f 100644
--- a/common/events.h
+++ b/common/events.h
@@ -353,10 +353,6 @@ public:
#ifdef ENABLE_KEYMAPPER
virtual Common::Keymapper *getKeymapper() = 0;
#endif
-
-protected:
-
- Common::Queue<Common::Event> artificialEventQueue;
};
} // End of namespace Common