get rid of redundant fluid_sample_refcount macro

and access field directly
This commit is contained in:
derselbst 2017-11-27 17:27:37 +01:00
parent 4776b7e407
commit 4d65e07156
4 changed files with 4 additions and 5 deletions

View file

@ -85,7 +85,7 @@ Changes in FluidSynth 2.0.0 concerning developers:
- remove fluid_synth_set_gen2(), fluid_synth_set_gen() now behaves as fluid_synth_set_gen2()
- remove struct fluid_mod_t from public API, use the getters and setters of mod.h instead
- remove struct _fluid_gen_t, fluid_gen_set_default_values() and enum fluid_gen_flags from public API
- remove macro fluid_sfont_get_id() from public API
- remove macros fluid_sfont_get_id() and fluid_sample_refcount() from public API
<br /><br />
- all public \c fluid_settings_* functions that return an integer which is not meant to be interpreted as bool consistently return either FLUID_OK or FLUID_FAILED
- all public delete_* functions return void and are safe when called with NULL