From 9cff275fdb0a13266fab27dcda73b03e73da170a Mon Sep 17 00:00:00 2001 From: Erik Ogenvik Date: Sun, 11 Dec 2011 22:45:44 +0100 Subject: [PATCH] Fixed test. --- test/TestTerrain.cpp | 7 ------- 1 file changed, 7 deletions(-) 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: