[Scummvm-cvs-logs] SF.net SVN: scummvm:[38380] scummvm/trunk/graphics/VectorRendererSpec.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Feb 16 22:06:28 CET 2009
Revision: 38380
http://scummvm.svn.sourceforge.net/scummvm/?rev=38380&view=rev
Author: lordhoto
Date: 2009-02-16 21:06:28 +0000 (Mon, 16 Feb 2009)
Log Message:
-----------
Removed obsolete FIXME.
Modified Paths:
--------------
scummvm/trunk/graphics/VectorRendererSpec.cpp
Modified: scummvm/trunk/graphics/VectorRendererSpec.cpp
===================================================================
--- scummvm/trunk/graphics/VectorRendererSpec.cpp 2009-02-16 19:50:56 UTC (rev 38379)
+++ scummvm/trunk/graphics/VectorRendererSpec.cpp 2009-02-16 21:06:28 UTC (rev 38380)
@@ -213,10 +213,6 @@
Graphics::PixelFormat format = createPixelFormat<VECTOR_RENDERER_FORMAT>();
return new VectorRendererSpec<uint16>(format);
#else
- // FIXME/TODO: This looks like a real gross hack.
- // It might be fine to assume that '1555' only happens for PSP
- // so it could maybe be handled via DISABLE_FANCY_THEMES,
- // same goes for 4444, which is only used by DC port.
PixelFormat format = g_system->getOverlayFormat();
switch (mode) {
case GUI::ThemeEngine::kGfxStandard16bit:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list