remove 'joinable' parameter to backends

Both backends are now oblivious to the concept of joinability, so don't
bother passing the parameter.
This commit is contained in:
Ryan Lortie
2011-10-13 00:01:28 -04:00
parent dbf20d585f
commit becb4b820f
4 changed files with 1 additions and 4 deletions

View File

@@ -1094,7 +1094,6 @@ g_system_thread_free (GRealThread *thread)
GRealThread *
g_system_thread_new (GThreadFunc thread_func,
gulong stack_size,
gboolean joinable,
GError **error)
{
GThreadPosix *thread;