forked from AuroraMiddleware/gtk
Drop a redundant call
g_thread_supported() is always TRUE nowadays, so drop the call.
This commit is contained in:
parent
0113da4868
commit
1e9bfac184
@ -115,11 +115,8 @@ _gtk_search_engine_new (void)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (g_thread_supported ())
|
||||
{
|
||||
g_debug ("Using simple search engine");
|
||||
engine = _gtk_search_engine_simple_new ();
|
||||
}
|
||||
|
||||
return engine;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user