summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-12-07 11:28:40 +1300
committerRobert Ancell <robert.ancell@canonical.com>2018-12-07 11:28:40 +1300
commit215503f43f121a5ffcaa69cb7c252688782e770f (patch)
tree96a4f902fe426b95cd7abd5d6cb40fddc81cf21e
parent790626dbb930c1446fce77a1e196febb311c3215 (diff)
downloadgdk-pixbuf-215503f43f121a5ffcaa69cb7c252688782e770f.tar.gz
gif: Remove unused variable
-rw-r--r--gdk-pixbuf/io-gif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index 7b7205a80..688cad542 100644
--- a/gdk-pixbuf/io-gif.c
+++ b/gdk-pixbuf/io-gif.c
@@ -155,7 +155,6 @@ struct _GifContext
/* get block context */
guchar block_count;
guchar block_buf[280];
- gint block_ptr;
int old_state; /* used by lzw_fill buffer */
/* get_code context */
@@ -363,7 +362,6 @@ gif_set_get_extension (GifContext *context)
context->extension_flag = TRUE;
context->extension_label = 0;
context->block_count = 0;
- context->block_ptr = 0;
}
static int