Minor cleanup; remove GF_10TH, it's not used or needed anywhere.

svn-id: r46978
This commit is contained in:
Matthew Hoops 2010-01-04 17:37:25 +00:00
parent 380190ee12
commit 8cc208ba2e
3 changed files with 8 additions and 9 deletions

View file

@ -625,7 +625,6 @@ ImageData* MystBitmap::decodeImage(Common::SeekableReadStream* stream) {
if (_info.colorsUsed == 0)
_info.colorsUsed = 256;
// TODO: Myst ME's Help.dat contains WDIB's with 24bpp color.
if (_info.bitsPerPixel != 8 && _info.bitsPerPixel != 24)
error("%dbpp Bitmaps not supported", _info.bitsPerPixel);