file-xmc: Drop redundant assignment

This commit is contained in:
Mukund Sivaraman
2011-10-12 17:23:44 +05:30
parent 324ad1e426
commit 14796ef622

View File

@ -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
*/