flame: Remove dead assignment

This commit is contained in:
Mukund Sivaraman 2011-10-08 18:05:39 +05:30
parent 2712cb1109
commit 68704eeb0b

View file

@ -819,7 +819,6 @@ interpolate (control_point cps[],
}
/* apply wiggle factor */
r = 0.0;
for (j = 0; j < 2; j++)
{
double tt = result->wiggle[j][1] * rh_time;