From 3177ba222467e74d761d6a545ef05e8f1a0993c0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 26 Sep 2014 01:17:39 +0200 Subject: Remove unused method --- src/control/RPGEdit.hpp | 4 ---- 1 file changed, 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::max(); - void enqueueNow(const EventBus::Event &event) { - eventBus.enqueue(event, timeProvider.now()); - } - bool handleSystemEvent(const SDL_Event &event); void systemLoop(); -- cgit v1.2.3