file-faxg3: Remove dead assignment (and variable)

This commit is contained in:
Mukund Sivaraman 2011-10-03 18:44:27 +05:30
parent da075e9523
commit 9343018ad9
1 changed files with 0 additions and 3 deletions

View File

@ -121,12 +121,9 @@ run (const gchar *name,
GimpParam **return_vals)
{
static GimpParam values[2];
GimpRunMode run_mode;
gint32 image_ID;
GError *error = NULL;
run_mode = param[0].data.d_int32;
*nreturn_vals = 1;
*return_vals = values;