GRAPHICS: Remove dead code in BDF loadCharacter code

This commit is contained in:
Colin Snover 2017-09-10 22:01:47 -05:00
parent 200c8c442b
commit 4706a8486e

View File

@ -275,9 +275,6 @@ byte *loadCharacter(Common::SeekableReadStream &stream, int &encoding, int &adva
return bitmap;
}
}
delete[] bitmap;
return 0;
}
void freeBitmaps(byte **bitmaps, int size) {