goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.
This commit is contained in:
parent
5c52506d07
commit
c185a8db9d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user