Remove obsolete statement (#1033)

Thanks to @xuyun018 for finding this.
This commit is contained in:
Albrecht Schlosser 2024-08-03 18:07:05 +02:00
parent 68f437b63e
commit fd691b6173

View File

@ -212,7 +212,6 @@ static void innards(const uchar *buf, int X, int Y, int W, int H,
monodither(to, from, w, delta);
else
dither(to, from, w, delta);
to += w;
} else
#endif
{