From cdad3763dfbacf45599034358a32fc68032e1a30 Mon Sep 17 00:00:00 2001 From: Jody Northup Date: Thu, 9 Jul 2009 09:09:05 +0000 Subject: Corrected lingering formatting errors that were introduced by the find-and-replace assisted removal of Graphics::PixelFormat::createFormat functions. svn-id: r42281 --- common/system.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index 097348be19..c13887e0a9 100644 --- a/common/system.h +++ b/common/system.h @@ -369,12 +369,9 @@ public: * EG: a backend that supports 32-bit ABGR and 16-bit 555 BGR in hardware * and provides conversion from equivalent RGB(A) modes should order its list * 1) Graphics::PixelFormat(4, 0, 0, 0, 0, 0, 8, 16, 24) - * 2) Graphics::PixelFormat(2, 3, 3, 3, 8, 0, 5, 10, 0) - * 3) Graphics::PixelFormat(4, 0, 0, 0, 0, 24, 16, 8, 0) * 4) Graphics::PixelFormat(2, 3, 3, 3, 8, 10, 5, 0, 0) - * 5) Graphics::PixelFormat::createFormatCLUT8() * * @see Graphics::PixelFormat -- cgit v1.2.3