Remove the TODO comment.

(cherry picked from commit 9b727df9010ec0f1b3f7899868ca8136934630e9)
This commit is contained in:
tc-wleite 2023-03-15 16:56:46 -03:00 committed by Harald Kuhr
parent 50dabcd838
commit 3cee4d0112

View File

@ -141,10 +141,6 @@ public final class VP8LDecoder {
/** /**
* Copy a source raster into a destination raster with settings applied. * Copy a source raster into a destination raster with settings applied.
*
* TODO: This piece of code was inside readVP8Lossless(), but as it can be used
* in readAlpha(), this static utility method was created here. Probably, it
* can be moved to another class.
*/ */
public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster, public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster,
final ImageReadParam param) { final ImageReadParam param) {