file-gif-save: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman 2011-10-03 18:39:42 +05:30
parent 01daf311b4
commit cd2b6107c3
1 changed files with 0 additions and 3 deletions

View File

@ -1501,7 +1501,6 @@ gif_encode_graphic_control_ext (FILE *fp,
ifunptr get_pixel)
{
int LeftOfs, TopOfs;
int Resolution;
int ColorMapSize;
int InitCodeSize;
@ -1511,8 +1510,6 @@ gif_encode_graphic_control_ext (FILE *fp,
Height = GHeight;
LeftOfs = TopOfs = 0;
Resolution = BitsPerPixel;
/*
* Calculate number of bits we are expecting
*/