From ede85a539afae551a0e325b92968c2532bd1d358 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 22 Jul 2010 14:29:00 +0000 Subject: Silence gcc warning svn-id: r51143 --- engines/sci/graphics/frameout.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/graphics') diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index bbfbd37ebe..a83611396a 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -128,8 +128,6 @@ void GfxFrameout::kernelFrameout() { // Allocate enough space for all screen items FrameoutEntry *itemData = (FrameoutEntry *)malloc(_screenItems.size() * sizeof(FrameoutEntry)); - const SciGameId gameId = g_sci->getGameId(); - for (Common::List::iterator it = _planes.begin(); it != _planes.end(); it++) { reg_t planeObject = *it; uint16 planePriority = readSelectorValue(_segMan, planeObject, SELECTOR(priority)); -- cgit v1.2.3