From 631d22c4ac0796dee830d6e8738e41abb6cbbbd7 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Tue, 26 Jul 2016 18:50:22 -0500 Subject: SCI32: Remove dead placeholder rendering code --- engines/sci/graphics/celobj32.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/engines/sci/graphics/celobj32.cpp b/engines/sci/graphics/celobj32.cpp index 48de054a31..a3dcbbbab6 100644 --- a/engines/sci/graphics/celobj32.cpp +++ b/engines/sci/graphics/celobj32.cpp @@ -685,10 +685,6 @@ void CelObj::render(Buffer &target, const Common::Rect &targetRect, const Common } } -void dummyFill(Buffer &target, const Common::Rect &targetRect) { - target.fillRect(targetRect, 250); -} - void CelObj::drawHzFlip(Buffer &target, const Common::Rect &targetRect, const Common::Point &scaledPosition) const { render >(target, targetRect, scaledPosition); } -- cgit v1.2.3