aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2004-10-04 14:39:42 +0000
committerMax Horn2004-10-04 14:39:42 +0000
commitb8419baa67f26c807fdfb1fa5c5d3d3e2d3ff406 (patch)
tree04135b54b15e985114c43cd53399ff269b040e56 /scumm/gfx.h
parent0de20e2911f585d8c79f4137423f7adf83851a44 (diff)
downloadscummvm-rg350-b8419baa67f26c807fdfb1fa5c5d3d3e2d3ff406.tar.gz
scummvm-rg350-b8419baa67f26c807fdfb1fa5c5d3d3e2d3ff406.tar.bz2
scummvm-rg350-b8419baa67f26c807fdfb1fa5c5d3d3e2d3ff406.zip
Remove Gdi::fillRect, use the existing fill() method instead
svn-id: r15412
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index d2aae0dacb..bf04918938 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -249,7 +249,6 @@ protected:
void drawStrip3DO(byte *dst, int dstPitch, const byte *src, int height, const bool transpCheck) const;
void drawStripHE(byte *dst, int dstPitch, const byte *src, int width, int height, const bool transpCheck) const;
- void fillRect(byte *dst, int dstPitch, int x1, int y1, int x2, int y2, byte color);
/* Mask decompressors */
void drawStripC64Mask(byte *dst, int stripnr, int width, int height) const;