Revert "mark fluid_synth_get_program() as deprecated"

This reverts commit b849ea1e88.
This commit is contained in:
derselbst 2017-09-24 14:55:42 +02:00
parent 44b7dbc13c
commit 1d9fc3ad5b

View file

@ -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,