From e761f76653b1c12493d1cb047ace29264e537e4b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 25 Oct 2010 22:41:25 +0000 Subject: SWORD25: Get rid of most of the 'kernel service/superclass' code svn-id: r53835 --- engines/sword25/gfx/graphicengine.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sword25/gfx') diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp index 54aa243cd8..e26bd5f294 100644 --- a/engines/sword25/gfx/graphicengine.cpp +++ b/engines/sword25/gfx/graphicengine.cpp @@ -91,10 +91,6 @@ GraphicEngine::~GraphicEngine() { delete _thumbnail; } -Service *GraphicEngine_CreateObject(Kernel *pKernel) { - return new GraphicEngine(pKernel); -} - bool GraphicEngine::init(int width, int height, int bitDepth, int backbufferCount, bool isWindowed_) { // Warnung ausgeben, wenn eine nicht unterstützte Bittiefe gewählt wurde. if (bitDepth != BIT_DEPTH) { -- cgit v1.2.3