[gimp/metadata-browser] file-png: Remove redundant assignment



commit ed71203e9aacae9e071d7261b358f82db34c068e
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Oct 11 10:22:24 2011 +0530

    file-png: Remove redundant assignment

 plug-ins/common/file-png.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c
index 2705189..46f161d 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -740,10 +740,6 @@ load_image (const gchar  *filename,
       return image;
     }
 
-  /* initialise image here, thus avoiding compiler warnings */
-
-  image = -1;
-
   /*
    * Open the file and initialize the PNG read "engine"...
    */



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