[gimp/metadata-browser] file-gif-save: Remove dead assignment (and variable)
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-gif-save: Remove dead assignment (and variable)
- Date: Fri, 2 Dec 2011 02:03:28 +0000 (UTC)
commit 631a66238b2ebbc50a916968bbb82fb6665f41bd
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 18:39:42 2011 +0530
file-gif-save: Remove dead assignment (and variable)
plug-ins/common/file-gif-save.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-gif-save.c b/plug-ins/common/file-gif-save.c
index 94a4122..e1ab340 100644
--- a/plug-ins/common/file-gif-save.c
+++ b/plug-ins/common/file-gif-save.c
@@ -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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]