aboutsummaryrefslogtreecommitdiff
path: root/engines/director/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/frame.cpp')
-rw-r--r--engines/director/frame.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index 0af63585cc..97252344cd 100644
--- a/engines/director/frame.cpp
+++ b/engines/director/frame.cpp
@@ -819,11 +819,6 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, uint1
textStream = _vm->getSharedSTXT()->getVal(spriteId + 1024);
}
- byte buf[1024];
- textStream->read(buf, textStream->size());
- textStream->seek(0);
- Common::hexdump(buf, textStream->size());
-
renderText(surface, spriteId, textStream, false);
}