changeset 6964 | 500951fcc645 |
parent 6961 | 8e5217fd71f4 |
child 6999 | 069962f178e0 |
--- a/src/video/cocoa_v.mm Tue Jun 19 15:34:43 2007 +0000 +++ b/src/video/cocoa_v.mm Tue Jun 19 15:40:27 2007 +0000 @@ -968,10 +968,6 @@ static void QZ_UpdateWindowPalette(uint start, uint count) { - /* We can only update the palette in 8bpp for now */ - /* TODO -- We need support for other bpps too! */ - if (BlitterFactoryBase::GetCurrentBlitter()->GetScreenDepth() != 8) return; - uint i; switch (_cocoa_video_data.device_bpp) {