mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 19:31:40 +00:00
remove unused iter_preset from fluid_defsfont_t
This commit is contained in:
parent
daf85aec02
commit
07e63d181b
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ struct _fluid_defsfont_t
|
|||
fluid_defpreset_t* preset; /* the presets of this soundfont */
|
||||
int mlock; /* Should we try memlock (avoid swapping)? */
|
||||
|
||||
fluid_preset_t iter_preset; /* preset interface used in the iteration */
|
||||
fluid_defpreset_t* iter_cur; /* the current preset in the iteration */
|
||||
|
||||
fluid_preset_t** preset_stack; /* List of presets that are available to use */
|
||||
|
|
Loading…
Reference in a new issue