diff --git a/plug-ins/common/web-browser.c b/plug-ins/common/web-browser.c index 965d6575ad..d03c1f7e46 100644 --- a/plug-ins/common/web-browser.c +++ b/plug-ins/common/web-browser.c @@ -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 ();