From 65a3abe1c1d96b37d3ba244a343e86fd17a4b752 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 19 Jun 2007 15:40:27 +0000 Subject: (svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backends --- src/video/win32_v.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/video/win32_v.cpp') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index b0f8f4f1a..c0a47edc6 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -64,10 +64,6 @@ static void MakePalette() static void UpdatePalette(HDC dc, 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; - RGBQUAD rgb[256]; uint i; -- cgit v1.2.3-54-g00ecf