aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
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;