diff --git a/test/TestTerrain.cpp b/test/TestTerrain.cpp index e69b205c7..c604c7b14 100644 --- a/test/TestTerrain.cpp +++ b/test/TestTerrain.cpp @@ -13,7 +13,6 @@ #include "components/ogre/terrain/TerrainMod.h" #include "framework/Exception.h" -#include "main/Application.h" #include @@ -37,12 +36,6 @@ using namespace Ember::Domain; namespace Ember { -template<> Application *Singleton::ms_Singleton = 0; - -void Application::requestQuit() -{ -} - class DummyCompilerTechniqueProvider: public ICompilerTechniqueProvider { public: