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:
derselbst 2020-09-11 22:05:02 +02:00 committed by Tom M
parent f6038ea194
commit e48e48121b

View file

@ -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())
{