diff options
-rw-r--r-- | engines/sword25/gfx/graphicengine_script.cpp | 3 |
1 files changed, 0 insertions, 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; |