Remove a FIXME

I don't see any problem calling fluid_channel_init() from within synth context
This commit is contained in:
derselbst 2020-09-11 21:57:48 +02:00 committed by Tom M
parent 18fdafe37f
commit 0b8fa2e386

View file

@ -224,7 +224,6 @@ delete_fluid_channel(fluid_channel_t *chan)
FLUID_FREE(chan);
}
/* FIXME - Calls fluid_channel_init() potentially in synthesis context */
void
fluid_channel_reset(fluid_channel_t *chan)
{