aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/design.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-19 12:31:39 +0100
committerEugene Sandulenko2015-12-27 15:40:55 +0100
commit7e23caa342389658db122ac668a7a5b9cf63d6ab (patch)
tree09fb3959ad56114fb41ba7de70c60565adf96fa8 /engines/wage/design.h
parentbebf1b4e86a108dd0d7d1b9b122414640136ed5b (diff)
downloadscummvm-rg350-7e23caa342389658db122ac668a7a5b9cf63d6ab.tar.gz
scummvm-rg350-7e23caa342389658db122ac668a7a5b9cf63d6ab.tar.bz2
scummvm-rg350-7e23caa342389658db122ac668a7a5b9cf63d6ab.zip
WAGE: Cleanup
Diffstat (limited to 'engines/wage/design.h')
-rw-r--r--engines/wage/design.h4
1 files changed, 0 insertions, 4 deletions
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);