file-sunras: Delete dead variable and assignment

This commit is contained in:
Mukund Sivaraman 2011-10-06 19:26:06 +05:30
parent b3337ee865
commit 9e4627730a

View file

@ -1376,11 +1376,9 @@ save_index (FILE *ofp,
unsigned char *suncolmap = sun_colormap;
GimpPixelRgn pixel_rgn;
GimpDrawable *drawable;
GimpImageType drawable_type;
WRITE_FUN *write_fun;
drawable = gimp_drawable_get (drawable_ID);
drawable_type = gimp_drawable_type (drawable_ID);
width = drawable->width;
height = drawable->height;
tile_height = gimp_tile_height ();