file-jp2-load: Delete dead variable and assignment

This commit is contained in:
Mukund Sivaraman 2011-10-08 18:30:21 +05:30
parent 58252b23d3
commit 16f7aafdbb
1 changed files with 0 additions and 3 deletions

View File

@ -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;