diff options
-rw-r--r-- | scumm/smush/codec47.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/smush/codec47.h b/scumm/smush/codec47.h index b7da1bd3fc..2af6948602 100644 --- a/scumm/smush/codec47.h +++ b/scumm/smush/codec47.h @@ -38,8 +38,6 @@ private: int32 _offset1, _offset2; byte *_tableBig; byte *_tableSmall; -// byte _tableBig[99328]; -// byte _tableSmall[32768]; int16 _table[256]; int32 _frameSize; int _width, _height; |