aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-10-11 21:18:43 +0000
committerTorbjörn Andersson2009-10-11 21:18:43 +0000
commit409a1bd0a6e43181c4d651620d2ea88e03db2bfe (patch)
tree09b054c3c1bdce01093f2fc78703c35d0dc44085
parent8fe74a1a7ea395fd744792db71d9a78ea7045a45 (diff)
downloadscummvm-rg350-409a1bd0a6e43181c4d651620d2ea88e03db2bfe.tar.gz
scummvm-rg350-409a1bd0a6e43181c4d651620d2ea88e03db2bfe.tar.bz2
scummvm-rg350-409a1bd0a6e43181c4d651620d2ea88e03db2bfe.zip
Removed unused variable.
svn-id: r44949
-rw-r--r--engines/sci/gui/gui_gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_gfx.cpp b/engines/sci/gui/gui_gfx.cpp
index 49ed3b4b5b..82ce4b7778 100644
--- a/engines/sci/gui/gui_gfx.cpp
+++ b/engines/sci/gui/gui_gfx.cpp
@@ -833,7 +833,6 @@ void SciGuiGfx::TexteditChange(reg_t controlObject, reg_t eventObject) {
SegManager *segMan = _s->_segMan;
uint16 cursorPos = GET_SEL32V(controlObject, cursor);
uint16 maxChars = GET_SEL32V(controlObject, max);
- uint16 oldCursor = cursorPos;
reg_t textReference = GET_SEL32(controlObject, text);
Common::String text;
uint16 textSize, eventType, eventKey;