Remove unused method
This commit is contained in:
parent
c3e32345e5
commit
3177ba2224
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ private:
|
||||||
std::mutex modelMutex;
|
std::mutex modelMutex;
|
||||||
uint64_t handledTime = std::numeric_limits<uint64_t>::max();
|
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);
|
bool handleSystemEvent(const SDL_Event &event);
|
||||||
void systemLoop();
|
void systemLoop();
|
||||||
|
|
||||||
|
|
Reference in a new issue