aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h3
1 files changed, 0 insertions, 3 deletions
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