file-sunras: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman
2011-10-06 08:25:04 +05:30
parent 990a4bd271
commit bf31425640

View File

@ -1523,10 +1523,8 @@ save_rgb (FILE *ofp,
L_SUNFILEHEADER sunhdr;
GimpPixelRgn pixel_rgn;
GimpDrawable *drawable;
GimpImageType drawable_type;
drawable = gimp_drawable_get (drawable_ID);
drawable_type = gimp_drawable_type (drawable_ID);
width = drawable->width;
height = drawable->height;
tile_height = gimp_tile_height ();