From 7e23caa342389658db122ac668a7a5b9cf63d6ab Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 19 Dec 2015 12:31:39 +0100 Subject: WAGE: Cleanup --- engines/wage/design.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/wage/design.h') diff --git a/engines/wage/design.h b/engines/wage/design.h index 8b2c6b5967..da0a6bc4ab 100644 --- a/engines/wage/design.h +++ b/engines/wage/design.h @@ -89,10 +89,6 @@ private: Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawBitmap(Graphics::Surface *surface, Common::ReadStream &in, bool mask); - - void patternThickRect(Graphics::Surface *surface, Patterns &patterns, Common::Rect &outer, - Common::Rect &inner, byte borderFillType, byte fillType); - void drawFilledRect(Common::Rect &rect, int color, void (*plotProc)(int, int, int, void *), void *data); void drawPolygonScan(int *polyX, int *polyY, int npoints, Common::Rect &bbox, int color, void (*plotProc)(int, int, int, void *), void *data); -- cgit v1.2.3