summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-03 18:07:05 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-08-03 18:07:05 +0200
commitfd691b6173ea0824cae31ddf09169b437d3b4e65 (patch)
treea38c6bc66301c2164f0e6fb47aea8574e0751986 /src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
parent68f437b63e9e54769b1854097f2c95dd1cce12b7 (diff)
Remove obsolete statement (#1033)
Thanks to @xuyun018 for finding this.
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
index b369d1de4..69a590d5f 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
@@ -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
{