mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 06:52:57 +00:00
Remove unused variable
This commit is contained in:
parent
fdd6804ae8
commit
839f62f89d
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ int fluid_defpreset_preset_noteon(fluid_preset_t* preset, fluid_synth_t* synth,
|
|||
fluid_defsfont_t* new_fluid_defsfont(fluid_settings_t* settings)
|
||||
{
|
||||
fluid_defsfont_t* defsfont;
|
||||
int i;
|
||||
|
||||
defsfont = FLUID_NEW(fluid_defsfont_t);
|
||||
if (defsfont == NULL) {
|
||||
|
|
Loading…
Reference in a new issue