aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/inter_v5.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gob/inter_v5.cpp b/engines/gob/inter_v5.cpp
index a684a94a7d..32e659feed 100644
--- a/engines/gob/inter_v5.cpp
+++ b/engines/gob/inter_v5.cpp
@@ -112,8 +112,6 @@ void Inter_v5::o5_initScreen() {
width = _vm->_game->_script->readValExpr();
height = _vm->_game->_script->readValExpr();
- warning("initScreen: %d, %d, %d, %d", width, height, offY, videoMode);
-
_vm->_video->clearScreen();
if (videoMode == 0x13) {