From 4b06d7be8bc8f83386c14b81ec17c4980c99f3fb Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 18 Oct 2009 16:44:14 +0000 Subject: Remove unused variable. svn-id: r45225 --- engines/sci/gui/gui_gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/gui/gui_gfx.cpp b/engines/sci/gui/gui_gfx.cpp index bb0879652a..83fcad241a 100644 --- a/engines/sci/gui/gui_gfx.cpp +++ b/engines/sci/gui/gui_gfx.cpp @@ -741,7 +741,7 @@ const char controlListUpArrow[2] = { 0x18, 0 }; const char controlListDownArrow[2] = { 0x19, 0 }; void SciGuiGfx::drawListControl(Common::Rect rect, reg_t obj, int16 maxChars, int16 count, const char **entries, GuiResourceId fontId, int16 upperPos, int16 cursorPos, bool isAlias) { - SegManager *segMan = _s->_segMan; + //SegManager *segMan = _s->_segMan; Common::Rect workerRect = rect; GuiResourceId oldFontId = GetFontId(); int16 oldPenColor = _curPort->penClr; -- cgit v1.2.3