diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-26 01:17:39 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-26 01:17:39 +0200 |
commit | 3177ba222467e74d761d6a545ef05e8f1a0993c0 (patch) | |
tree | 0b1a7db7da2efc8b98f679fb3ad06da39841fc36 /src | |
parent | c3e32345e53650a1c231f4e1a41d40c97955b893 (diff) | |
download | rpgedit-3177ba222467e74d761d6a545ef05e8f1a0993c0.tar rpgedit-3177ba222467e74d761d6a545ef05e8f1a0993c0.zip |
Remove unused method
Diffstat (limited to 'src')
-rw-r--r-- | src/control/RPGEdit.hpp | 4 |
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(); |