Replace 'Engine::hasGUI()' with 'gui != nullptr'

This commit is contained in:
Colin Wallace
2015-06-16 05:40:05 +00:00
parent 8b9868e0e5
commit 860d419c14
9 changed files with 25 additions and 33 deletions

View File

@@ -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()
{