aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/text_lok.cpp')
-rw-r--r--engines/kyra/text_lok.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/text_lok.cpp b/engines/kyra/text_lok.cpp
index 93a16d9a1e..266553cdea 100644
--- a/engines/kyra/text_lok.cpp
+++ b/engines/kyra/text_lok.cpp
@@ -37,7 +37,6 @@ void KyraEngine_LoK::waitForChatToFinish(int vocFile, int16 chatDuration, const
bool runLoop = true;
bool drawText = textEnabled();
uint8 currPage;
- Common::Event event;
uint32 timeToEnd = strlen(chatStr) * 8 * _tickLength + _system->getMillis();