mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 22:43:36 +00:00
remove unused variable
This commit is contained in:
parent
f87f35fe71
commit
8c272360fb
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ new_fluid_waveout_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
|||
|
||||
void delete_fluid_waveout_audio_driver(fluid_audio_driver_t *d)
|
||||
{
|
||||
int i;
|
||||
|
||||
fluid_waveout_audio_driver_t *dev = (fluid_waveout_audio_driver_t *) d;
|
||||
fluid_return_if_fail(dev != NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue