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.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/text_lok.cpp b/engines/kyra/text_lok.cpp
index baae4547e5..3f4bfb65ac 100644
--- a/engines/kyra/text_lok.cpp
+++ b/engines/kyra/text_lok.cpp
@@ -39,9 +39,6 @@ void KyraEngine_LoK::waitForChatToFinish(int vocFile, int16 chatDuration, const
uint8 currPage;
Common::Event event;
- //while (towns_isEscKeyPressed() )
- //towns_getKey();
-
uint32 timeToEnd = strlen(chatStr) * 8 * _tickLength + _system->getMillis();
if (textEnabled() && !speechEnabled() && chatDuration != -1) {
@@ -136,7 +133,6 @@ void KyraEngine_LoK::waitForChatToFinish(int vocFile, int16 chatDuration, const
_timer->enable(15);
_timer->enable(18);
_timer->enable(19);
- //clearKyrandiaButtonIO();
}
void KyraEngine_LoK::endCharacterChat(int8 charNum, int16 convoInitialized) {