From 0d78d46a0e82af81681727a94e01ff5f309887fa Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 14 Jul 2012 05:12:31 +0200 Subject: GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation. --- graphics/conversion.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'graphics/conversion.h') diff --git a/graphics/conversion.h b/graphics/conversion.h index 8fcb6ba12d..0dce3cf279 100644 --- a/graphics/conversion.h +++ b/graphics/conversion.h @@ -60,9 +60,6 @@ inline static void RGB2YUV(byte r, byte g, byte b, byte &y, byte &u, byte &v) { * false if there is an error. * * @note Blitting to a 3Bpp destination is not supported - * @note This implementation currently arbitrarily requires that the - * destination's format have at least as high a bytedepth as - * the source's. * @note This can convert a rectangle in place, if the source and * destination format have the same bytedepth. * -- cgit v1.2.3