[gimp/metadata-browser] file-ico: Remove dead assignment (and variable)
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-ico: Remove dead assignment (and variable)
- Date: Fri, 2 Dec 2011 02:04:19 +0000 (UTC)
commit 10a481b4935c7ad9fb343daa15831a82e55b839d
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 18:59:39 2011 +0530
file-ico: Remove dead assignment (and variable)
plug-ins/file-ico/ico.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-ico/ico.c b/plug-ins/file-ico/ico.c
index 5705706..71a4c0d 100644
--- a/plug-ins/file-ico/ico.c
+++ b/plug-ins/file-ico/ico.c
@@ -152,7 +152,6 @@ run (const gchar *name,
{
static GimpParam values[4];
gint32 image_ID;
- gint32 drawable_ID;
GimpRunMode run_mode;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
GimpExportReturn export = GIMP_EXPORT_CANCEL;
@@ -237,7 +236,6 @@ run (const gchar *name,
gchar *file_name;
image_ID = param[1].data.d_int32;
- drawable_ID = param[2].data.d_int32;
file_name = param[3].data.d_string;
switch (run_mode)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]