mirror of https://github.com/GNOME/gimp.git
file-jp2-load: Delete dead variable and assignment
This commit is contained in:
parent
58252b23d3
commit
16f7aafdbb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue