mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
Remove a FIXME
Not aware of any problems caused by the old glib thread API. It will be removed sooner or later anyway.
This commit is contained in:
parent
f6038ea194
commit
e48e48121b
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ new_fluid_thread(const char *name, fluid_thread_func_t func, void *data, int pri
|
|||
#if OLD_GLIB_THREAD_API
|
||||
|
||||
/* Make sure g_thread_init has been called.
|
||||
* FIXME - Probably not a good idea in a shared library,
|
||||
* Probably not a good idea in a shared library,
|
||||
* but what can we do *and* remain backwards compatible? */
|
||||
if(!g_thread_supported())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue