From 1d9fc3ad5b1e20db22a0f67dea7170396373c046 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 24 Sep 2017 14:55:42 +0200 Subject: [PATCH] Revert "mark fluid_synth_get_program() as deprecated" This reverts commit b849ea1e8806787b191af8f56653d513911edba5. --- src/synth/fluid_synth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c index ff5c103a..23fadf12 100644 --- a/src/synth/fluid_synth.c +++ b/src/synth/fluid_synth.c @@ -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,