aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/gui/gui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp
index a477f11595..b8c9204bc1 100644
--- a/engines/sci/gui/gui.cpp
+++ b/engines/sci/gui/gui.cpp
@@ -900,10 +900,6 @@ void SciGui::frameOut() {
uint16 topPos = GET_SEL32V(_s->_segMan, viewObj, y);
int16 priority = GET_SEL32V(_s->_segMan, viewObj, priority);
int16 signal = GET_SEL32V(_s->_segMan, viewObj, signal);
- int16 plane = GET_SEL32V(_s->_segMan, viewObj, plane);
-
- warning("viewId %d plane %X", viewId, plane);
- //int16 control = 0;
// Theoretically, leftPos and topPos should be sane
// Apparently, sometimes they're not, therefore I'm adding some sanity checks here so that