Merge pull request #2106 from Wallacoloo/remove-hasGUI

Replace 'Engine::hasGUI()' with 'gui != nullptr'
This commit is contained in:
Lukas W
2015-06-16 14:26:08 +02:00
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()
{