aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-14 05:12:31 +0200
committerJohannes Schickel2012-08-28 02:27:48 +0200
commit0d78d46a0e82af81681727a94e01ff5f309887fa (patch)
tree94f89662077a9c1afa976a88eb5ad092cb4352e1 /graphics/conversion.h
parent3a55adbf5eaf2d80b48de4ff680452996cc3d1a8 (diff)
downloadscummvm-rg350-0d78d46a0e82af81681727a94e01ff5f309887fa.tar.gz
scummvm-rg350-0d78d46a0e82af81681727a94e01ff5f309887fa.tar.bz2
scummvm-rg350-0d78d46a0e82af81681727a94e01ff5f309887fa.zip
GRAPHICS: Remove crossBlit's dstBpp >= srcBpp limitation.
Diffstat (limited to 'graphics/conversion.h')
-rw-r--r--graphics/conversion.h3
1 files changed, 0 insertions, 3 deletions
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.
*