file-png: Remove redundant assignment

This commit is contained in:
Mukund Sivaraman
2011-10-11 10:22:24 +05:30
parent e0298effdf
commit f40453be3c

View File

@ -740,10 +740,6 @@ load_image (const gchar *filename,
return image; return image;
} }
/* initialise image here, thus avoiding compiler warnings */
image = -1;
/* /*
* Open the file and initialize the PNG read "engine"... * Open the file and initialize the PNG read "engine"...
*/ */