Remove unused variable

This commit is contained in:
derselbst 2020-05-02 13:24:33 +02:00
parent 6aea18bef4
commit 87c7599e63

View file

@ -714,8 +714,6 @@ void
fluid_chorus_set(fluid_chorus_t *chorus, int set, int nr, fluid_real_t level,
fluid_real_t speed, fluid_real_t depth_ms, int type)
{
int i;
if(set & FLUID_CHORUS_SET_NR) /* number of block */
{
chorus->number_blocks = nr;