aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-17 15:06:11 +0300
committerEugene Sandulenko2014-06-17 15:06:11 +0300
commit7c444319cbb14b95a5fe2c7cf2c5471ab065c961 (patch)
treed3fbe9a96b0c28aa92ddea157426309d8a2c2cee /engines/fullpipe/gfx.h
parente6af6328c7dab0d84ea5fe9f7317399f47a4381e (diff)
downloadscummvm-rg350-7c444319cbb14b95a5fe2c7cf2c5471ab065c961.tar.gz
scummvm-rg350-7c444319cbb14b95a5fe2c7cf2c5471ab065c961.tar.bz2
scummvm-rg350-7c444319cbb14b95a5fe2c7cf2c5471ab065c961.zip
FULLPIPE: cleanup
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 3606a1aa00..576ff7ee39 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -57,9 +57,6 @@ struct Bitmap {
void copier(uint32 *dest, byte *src, int len, int32 *palette, bool cb05_format);
Bitmap *reverseImage();
- Bitmap *reverseImageRB();
- Bitmap *reverseImageCB();
- Bitmap *reverseImageCB05();
Bitmap *flipVertical();
void drawShaded(int type, int x, int y, byte *palette);