[gimp] file-xmc: Drop redundant assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-xmc: Drop redundant assignment
- Date: Wed, 12 Oct 2011 12:00:57 +0000 (UTC)
commit 14796ef622db04c9298fc963f8d3b89d17d2184d
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]