plugin-browser: Delete dead variable and assignment

This commit is contained in:
Mukund Sivaraman 2011-10-11 10:31:58 +05:30
parent 6e4a5b1996
commit ee63574db0
1 changed files with 0 additions and 3 deletions

View File

@ -160,9 +160,6 @@ run (const gchar *name,
GimpParam **return_vals)
{
static GimpParam values[2];
GimpRunMode run_mode;
run_mode = param[0].data.d_int32;
*nreturn_vals = 1;
*return_vals = values;