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::max(); - void enqueueNow(const EventBus::Event &event) { - eventBus.enqueue(event, timeProvider.now()); - } - bool handleSystemEvent(const SDL_Event &event); void systemLoop();