mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-19 06:02:03 +00:00
Remove unused variable
This commit is contained in:
parent
6aea18bef4
commit
87c7599e63
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue