app (histogram): Drop redundant assignment

This commit is contained in:
Mukund Sivaraman
2011-10-12 18:29:39 +05:30
parent e0a60f0e23
commit 46e1e6ec1d

View File

@ -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)
{