diff --git a/app/base/gimphistogram.c b/app/base/gimphistogram.c index ac6f24aff1..0bb6cc9fdf 100644 --- a/app/base/gimphistogram.c +++ b/app/base/gimphistogram.c @@ -609,7 +609,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram, #define VALUE(c,i) (values[(c) * 256 + (i)]) h = region->h; - w = region->w; if (mask) {