[gimp/metadata-browser] file-gif-save: Drop dead variable and assignments
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-gif-save: Drop dead variable and assignments
- Date: Fri, 2 Dec 2011 02:19:30 +0000 (UTC)
commit 749a58ab6f02c1ca4383c42a862c1f1faa4877d6
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]