mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 13:41:05 +00:00
Remove a FIXME
I don't see any problem calling fluid_channel_init() from within synth context
This commit is contained in:
parent
18fdafe37f
commit
0b8fa2e386
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue