channel-mixer: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman 2011-10-04 14:20:25 +05:30
parent b5c08c1c04
commit 566e2bf0af
1 changed files with 0 additions and 3 deletions

View File

@ -788,15 +788,12 @@ cm_preview (CmParamsType *mix,
gint x, y;
gdouble red_norm, green_norm, blue_norm, black_norm;
gint width, height, bpp;
GimpDrawable *drawable;
red_norm = cm_calculate_norm (mix, &mix->red);
green_norm = cm_calculate_norm (mix, &mix->green);
blue_norm = cm_calculate_norm (mix, &mix->blue);
black_norm = cm_calculate_norm (mix, &mix->black);
drawable = gimp_zoom_preview_get_drawable (GIMP_ZOOM_PREVIEW (preview));
src = s = gimp_zoom_preview_get_source (GIMP_ZOOM_PREVIEW (preview),
&width, &height, &bpp);