From 6c001b7ffd93a151a7309e4a23bb3d7e6c54829a Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 4 Jan 2010 23:31:50 +0000 Subject: SCI: removing warning() from kFrameOut svn-id: r46998 --- engines/sci/gui/gui.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines') 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 -- cgit v1.2.3