goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.

This commit is contained in:
Edward Hervey 2009-04-18 18:38:29 +02:00
parent 5c52506d07
commit c185a8db9d

View file

@ -283,12 +283,14 @@ convolve_apply (VisualFX * _this, Pixel * src, Pixel * dest, PluginInfo * info)
{
ConvData *data = (ConvData *) _this->fx_data;
#ifdef DRAW_MOTIF
float ff;
int iff;
ff = (FVAL (data->factor_p) * FVAL (data->factor_adj_p) +
FVAL (data->light)) / 100.0f;
iff = (unsigned int) (ff * 256);
#endif
{
double fcycle = (double) info->cycle;