SCI32: Remove invalid TODO about CLUT for 16-bit graphics

The CLUT for 16-bit graphics is not saved in SSCI (nor is it
normally even part of the palette manager).
This commit is contained in:
Colin Snover 2016-05-28 16:21:28 -05:00
parent cd271a0b34
commit d44ad1e82e

View File

@ -806,8 +806,6 @@ void GfxPalette32::saveLoadWithSerializer(Common::Serializer &s) {
s.syncAsUint16LE(cycler->numTimesPaused);
}
}
// TODO: _clutTable
}
#endif