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

@@ -37,7 +37,6 @@ void g_system_thread_wait (GRealThread *thread);
G_GNUC_INTERNAL
GRealThread * g_system_thread_new (GThreadFunc func,
gulong stack_size,
gboolean joinable,
GError **error);
G_GNUC_INTERNAL
void g_system_thread_free (GRealThread *thread);