Merge pull request #2106 from Wallacoloo/remove-hasGUI
Replace 'Engine::hasGUI()' with 'gui != nullptr'
This commit is contained in:
@@ -49,10 +49,6 @@ public:
|
||||
static void init();
|
||||
static void destroy();
|
||||
|
||||
// TODO: Remove me. Replace calls like `if( Engine::hasGUI() )` with
|
||||
// `if (gui)` (gui defined in "GuiApplication.h"
|
||||
static bool hasGUI();
|
||||
|
||||
// core
|
||||
static Mixer *mixer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user