web-browser: Drop dead variable and assignment

This commit is contained in:
Mukund Sivaraman 2011-10-11 10:15:35 +05:30
parent 9f5665d0bd
commit 5da37ccdc6
1 changed files with 0 additions and 2 deletions

View File

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