Fixed bug in progress reporting.

This commit is contained in:
Harald Kuhr 2015-04-09 11:47:25 +02:00
parent 2a5736bea1
commit 072e655b03

View File

@ -300,11 +300,6 @@ public final class PCXImageReader extends ImageReaderBase {
return destination;
}
protected void processImageProgress(float percentageDone) {
// System.err.println("percentageDone: " + percentageDone);
super.processImageProgress(percentageDone);
}
private void readRowByte(final DataInput input,
Rectangle srcRegion,
int xSub,