g_system_thread_create: drop 'data' arg

Since it's now always the same as the 'thread' arg.
This commit is contained in:
Ryan Lortie
2011-10-12 22:23:12 -04:00
parent 3237eaf5d5
commit a3f82c847f
4 changed files with 3 additions and 6 deletions

View File

@@ -37,7 +37,6 @@ void g_system_thread_wait (GRealThread *thread);
G_GNUC_INTERNAL
GRealThread * g_system_thread_new (void);
G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
gpointer data,
gulong stack_size,
gboolean joinable,
GRealThread *thread,