aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index b2900d3a33..5c49d27e22 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -130,8 +130,6 @@ protected:
/* Bitmap decompressors */
bool decompressBitmap(byte *bgbak_ptr, const byte *src, int numLinesToProcess);
void decodeStripEGA(byte *dst, const byte *src, int height);
- void decodeStripOldEGA(byte *dst, const byte *src, int height, int stripnr);
- void decompressMaskImgOld(byte *dst, const byte *src, int stripnr);
void unkDecodeA(byte *dst, const byte *src, int height);
void unkDecodeA_trans(byte *dst, const byte *src, int height);
void unkDecodeB(byte *dst, const byte *src, int height);