file-png: Remove redundant assignment
This commit is contained in:
@ -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"...
|
||||
*/
|
||||
|
Reference in New Issue
Block a user