diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-08-03 18:07:05 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-08-03 18:07:05 +0200 |
| commit | fd691b6173ea0824cae31ddf09169b437d3b4e65 (patch) | |
| tree | a38c6bc66301c2164f0e6fb47aea8574e0751986 /src | |
| parent | 68f437b63e9e54769b1854097f2c95dd1cce12b7 (diff) | |
Remove obsolete statement (#1033)
Thanks to @xuyun018 for finding this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx | 1 |
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 { |
