Remove unused variable.

This commit is contained in:
carlo-bramini 2017-10-21 13:33:28 +02:00
parent be8acf4e27
commit fceeffa8de
1 changed files with 0 additions and 1 deletions

View File

@ -1738,7 +1738,6 @@ fluid_synth_system_reset(fluid_synth_t* synth)
static int
fluid_synth_system_reset_LOCAL(fluid_synth_t* synth)
{
fluid_voice_t* voice;
int i;
fluid_synth_all_sounds_off_LOCAL(synth, -1);