aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-18 16:44:14 +0000
committerJohannes Schickel2009-10-18 16:44:14 +0000
commit4b06d7be8bc8f83386c14b81ec17c4980c99f3fb (patch)
tree6d3d153cd40772e7be9a7b43dd9019c9f0cbe022 /engines/sci
parent2ab93510d37d8420f546e18e80ad0125a87691f0 (diff)
downloadscummvm-rg350-4b06d7be8bc8f83386c14b81ec17c4980c99f3fb.tar.gz
scummvm-rg350-4b06d7be8bc8f83386c14b81ec17c4980c99f3fb.tar.bz2
scummvm-rg350-4b06d7be8bc8f83386c14b81ec17c4980c99f3fb.zip
Remove unused variable.
svn-id: r45225
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/gui/gui_gfx.cpp2
1 files changed, 1 insertions, 1 deletions
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;