file-sunras: Remove dead assignment (and variable)
This commit is contained in:
@ -1523,10 +1523,8 @@ save_rgb (FILE *ofp,
|
|||||||
L_SUNFILEHEADER sunhdr;
|
L_SUNFILEHEADER sunhdr;
|
||||||
GimpPixelRgn pixel_rgn;
|
GimpPixelRgn pixel_rgn;
|
||||||
GimpDrawable *drawable;
|
GimpDrawable *drawable;
|
||||||
GimpImageType drawable_type;
|
|
||||||
|
|
||||||
drawable = gimp_drawable_get (drawable_ID);
|
drawable = gimp_drawable_get (drawable_ID);
|
||||||
drawable_type = gimp_drawable_type (drawable_ID);
|
|
||||||
width = drawable->width;
|
width = drawable->width;
|
||||||
height = drawable->height;
|
height = drawable->height;
|
||||||
tile_height = gimp_tile_height ();
|
tile_height = gimp_tile_height ();
|
||||||
|
Reference in New Issue
Block a user