[gimp/metadata-browser] file-xmc: Drop redundant assignment



commit 247958bc79a659cc53eace0df180cb6e11866a40
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 17:23:44 2011 +0530

    file-xmc: Drop redundant assignment

 plug-ins/common/file-xmc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c
index 8e432b9..bbfb25e 100644
--- a/plug-ins/common/file-xmc.c
+++ b/plug-ins/common/file-xmc.c
@@ -651,10 +651,6 @@ load_image (const gchar *filename, GError **error)
   gchar *framename;             /* name of layer */
   guint32 *tmppixel;            /* pixel data (guchar * bpp = guint32) */
 
-  /* initialize image here, thus avoiding compiler warnings */
-
-  image_ID = -1;
-
   /*
    * Open the file and check it is a valid X cursor
    */



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