diff options
-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(); |