mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
remove orphaned fluid_defsfont_get_sample()
This commit is contained in:
parent
c40c49b331
commit
a381b09dc6
1 changed files with 0 additions and 6 deletions
|
@ -113,12 +113,6 @@ const char* fluid_defsfont_sfont_get_name(fluid_sfont_t* sfont)
|
|||
return fluid_defsfont_get_name((fluid_defsfont_t*) sfont->data);
|
||||
}
|
||||
|
||||
fluid_sample_t* fluid_defsfont_get_sample(fluid_defsfont_t* sfont, char *s)
|
||||
{
|
||||
/* This function is here just to avoid an ABI/SONAME bump, see ticket #98. Should never be used. */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
fluid_preset_t*
|
||||
fluid_defsfont_sfont_get_preset(fluid_sfont_t* sfont, unsigned int bank, unsigned int prenum)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue