summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-09-26 01:17:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-09-26 01:17:39 +0200
commit3177ba222467e74d761d6a545ef05e8f1a0993c0 (patch)
tree0b1a7db7da2efc8b98f679fb3ad06da39841fc36
parentc3e32345e53650a1c231f4e1a41d40c97955b893 (diff)
downloadrpgedit-3177ba222467e74d761d6a545ef05e8f1a0993c0.tar
rpgedit-3177ba222467e74d761d6a545ef05e8f1a0993c0.zip
Remove unused method
-rw-r--r--src/control/RPGEdit.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/control/RPGEdit.hpp b/src/control/RPGEdit.hpp
index e505597..6011ecd 100644
--- a/src/control/RPGEdit.hpp
+++ b/src/control/RPGEdit.hpp
@@ -54,10 +54,6 @@ private:
std::mutex modelMutex;
uint64_t handledTime = std::numeric_limits<uint64_t>::max();
- void enqueueNow(const EventBus::Event &event) {
- eventBus.enqueue(event, timeProvider.now());
- }
-
bool handleSystemEvent(const SDL_Event &event);
void systemLoop();