From 110e03c87b65330ef1ac105ddfca55bb1ac1d4ac Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 20 Jun 2010 07:06:22 +0000 Subject: Removed unused variables svn-id: r50071 --- engines/m4/mads_scene.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/m4/mads_scene.cpp') diff --git a/engines/m4/mads_scene.cpp b/engines/m4/mads_scene.cpp index 7e45b5f1f7..a464438981 100644 --- a/engines/m4/mads_scene.cpp +++ b/engines/m4/mads_scene.cpp @@ -681,14 +681,12 @@ void MadsSceneResources::load(int sceneNumber, const char *resName, int v0, M4Su // Initialise a copy of the surfaces if they weren't provided bool dsFlag = false, ssFlag = false; - int gfxSize = width * height; if (!surface) { surface = new M4Surface(width, height); ssFlag = true; } else if ((width != surface->width()) || (height != surface->height())) surface->setSize(width, height); - int walkSize = gfxSize; if (!depthSurface) { depthSurface = new M4Surface(width, height); dsFlag = true; -- cgit v1.2.3