From 16f7aafdbb37effb6b51b95381d5397a30a8ac64 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 8 Oct 2011 18:30:21 +0530 Subject: [PATCH] file-jp2-load: Delete dead variable and assignment --- plug-ins/common/file-jp2-load.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c index 3dd1844644..7e78692555 100644 --- a/plug-ins/common/file-jp2-load.c +++ b/plug-ins/common/file-jp2-load.c @@ -118,13 +118,10 @@ run (const gchar *name, GimpParam **return_vals) { static GimpParam values[2]; - GimpRunMode run_mode; GimpPDBStatusType status = GIMP_PDB_SUCCESS; gint image_ID; GError *error = NULL; - run_mode = param[0].data.d_int32; - INIT_I18N (); *nreturn_vals = 1;