[gimp] file-gif-save: Drop dead variable and assignments



commit 1d5029170c0d90cdefbaa3432ef71694c3ff7e2c
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 16:57:09 2011 +0530

    file-gif-save: Drop dead variable and assignments

 plug-ins/common/file-gif-save.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/file-gif-save.c b/plug-ins/common/file-gif-save.c
index a36d2aa..486a5c9 100644
--- a/plug-ins/common/file-gif-save.c
+++ b/plug-ins/common/file-gif-save.c
@@ -1551,7 +1551,6 @@ gif_encode_image_data (FILE    *fp,
                        gint     offset_y)
 {
   int LeftOfs, TopOfs;
-  int Resolution;
   int InitCodeSize;
 
   Interlace = GInterlace;
@@ -1561,8 +1560,6 @@ gif_encode_image_data (FILE    *fp,
   LeftOfs = (int) offset_x;
   TopOfs = (int) offset_y;
 
-  Resolution = BitsPerPixel;
-
   /*
    * Calculate number of bits we are expecting
    */
@@ -1629,7 +1626,6 @@ gif_encode_image_data (FILE    *fp,
   Width = GWidth;
   Height = GHeight;
   LeftOfs = TopOfs = 0;
-  Resolution = BitsPerPixel;
 
   CountDown = (long) Width *(long) Height;
   Pass = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]