From eb59444d1e4f2c986a6fe05b9d6be691ae2e28bd Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 28 Jan 2011 17:03:15 +0000 Subject: SWORD25: Removed some now unused variables svn-id: r55596 --- engines/sword25/gfx/graphicengine_script.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/engines/sword25/gfx/graphicengine_script.cpp b/engines/sword25/gfx/graphicengine_script.cpp index f865400677..e9a2617d71 100644 --- a/engines/sword25/gfx/graphicengine_script.cpp +++ b/engines/sword25/gfx/graphicengine_script.cpp @@ -344,8 +344,6 @@ static int isWindowed(lua_State *L) { } static int getFPSCount(lua_State *L) { - GraphicEngine *pGE = getGE(); - // Used in a debug function lua_pushnumber(L, 0); @@ -395,7 +393,6 @@ static int saveThumbnailScreenshot(lua_State *L) { } static int getRepaintedPixels(lua_State *L) { - GraphicEngine *pGE = getGE(); // Used in a debug function. lua_pushnumber(L, 0); return 1; -- cgit v1.2.3