aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorGregory Montoir2006-11-27 00:49:59 +0000
committerGregory Montoir2006-11-27 00:49:59 +0000
commitfcef47947ec208b560523f26be237e475bb00b4f (patch)
tree1a982fcbc38790fadd4c6cd6b1bf5db0f8c82046 /engines
parent5c8de9b3b0411f6f7b84a4209279a42f69fe19ac (diff)
downloadscummvm-rg350-fcef47947ec208b560523f26be237e475bb00b4f.tar.gz
scummvm-rg350-fcef47947ec208b560523f26be237e475bb00b4f.tar.bz2
scummvm-rg350-fcef47947ec208b560523f26be237e475bb00b4f.zip
Got rid of an 'unused variable' warning
svn-id: r24792
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/actor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/actor.cpp b/engines/saga/actor.cpp
index 8128d70307..9f8b767c75 100644
--- a/engines/saga/actor.cpp
+++ b/engines/saga/actor.cpp
@@ -1080,7 +1080,6 @@ void Actor::handleSpeech(int msec) {
int i;
ActorData *actor;
int width, height, height2;
- Point posPoint;
if (_activeSpeech.playing) {
_activeSpeech.playingTime -= msec;