mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
Revert "mark fluid_synth_get_program() as deprecated"
This reverts commit b849ea1e88
.
This commit is contained in:
parent
44b7dbc13c
commit
1d9fc3ad5b
1 changed files with 0 additions and 1 deletions
|
@ -2143,7 +2143,6 @@ fluid_synth_unset_program (fluid_synth_t *synth, int chan)
|
|||
* @param bank_num Location to store MIDI bank number
|
||||
* @param preset_num Location to store MIDI program number
|
||||
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
||||
* @deprecated Use fluid_synth_get_channel_info() instead.
|
||||
*/
|
||||
int
|
||||
fluid_synth_get_program(fluid_synth_t* synth, int chan, unsigned int* sfont_id,
|
||||
|
|
Loading…
Reference in a new issue