mirror of https://github.com/GNOME/gimp.git
web-browser: Drop dead variable and assignment
This commit is contained in:
parent
9f5665d0bd
commit
5da37ccdc6
|
@ -86,14 +86,12 @@ run (const gchar *name,
|
|||
GimpParam **return_vals)
|
||||
{
|
||||
static GimpParam values[2];
|
||||
GimpRunMode run_mode;
|
||||
GimpPDBStatusType status;
|
||||
GError *error = NULL;
|
||||
|
||||
*nreturn_vals = 1;
|
||||
*return_vals = values;
|
||||
|
||||
run_mode = param[0].data.d_int32;
|
||||
status = GIMP_PDB_SUCCESS;
|
||||
|
||||
INIT_I18N ();
|
||||
|
|
Loading…
Reference in New Issue