remove obsolete alloc preset comments

This commit is contained in:
derselbst 2018-04-11 10:05:24 +02:00
parent 839f62f89d
commit b76aeead01

View file

@ -2494,7 +2494,7 @@ fluid_synth_program_select(fluid_synth_t* synth, int chan, unsigned int sfont_id
FLUID_API_RETURN_IF_CHAN_DISABLED(FLUID_FAILED);
channel = synth->channel[chan];
/* ++ Allocate preset */
preset = fluid_synth_get_preset (synth, sfont_id, bank_num, preset_num);
if (preset == NULL) {
@ -2536,7 +2536,7 @@ fluid_synth_program_select_by_sfont_name (fluid_synth_t* synth, int chan,
FLUID_API_RETURN_IF_CHAN_DISABLED(FLUID_FAILED);
channel = synth->channel[chan];
/* ++ Allocate preset */
preset = fluid_synth_get_preset_by_sfont_name (synth, sfont_name, bank_num,
preset_num);
if (preset == NULL) {