Removed unused EventManager class member from Application class

This commit is contained in:
Nav
2022-03-20 18:06:18 +00:00
parent db51d5e4c5
commit 5055d97a8d

View File

@@ -78,14 +78,6 @@ namespace Bloom
static bool isRunningAsRoot();
private:
/**
* This is the application wide event manager. It should be the only instance of the EventManager class at
* any given time.
*
* It should be injected (by reference) into any other instances of classes that require use
* of the EventManager.
*/
EventManager eventManager = EventManager();
EventListenerPointer applicationEventListener = std::make_shared<EventListener>("ApplicationEventListener");
/**