VIDEO: renderBlockWhole2Y still works

svn-id: r51884
This commit is contained in:
Sven Hesse 2010-08-08 00:50:35 +00:00
parent c812fedb5d
commit 0cf837c1af

View File

@ -345,8 +345,6 @@ void CoktelDecoder::renderBlockWhole4X(const byte *src) {
// A half-high whole, completely filled block
void CoktelDecoder::renderBlockWhole2Y(const byte *src) {
warning("renderBlockWhole2Y");
Common::Rect &rect = _dirtyRects.back();
Common::Rect drawRect = rect;