mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 07:46:09 +08:00
Remove obsolete statement (#1033)
Thanks to @xuyun018 for finding this.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user