mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Remove unused variable.
This commit is contained in:
parent
be8acf4e27
commit
fceeffa8de
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue