missed from last commit

This commit is contained in:
Ryan Lortie 2011-10-12 18:25:40 -04:00
parent 47e20ed3ac
commit 1f34ef4117

View File

@ -40,8 +40,6 @@ G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
gboolean joinable,
gpointer thread,
GError **error);
G_GNUC_INTERNAL gboolean g_system_thread_equal (gpointer thread1,
gpointer thread2);
G_GNUC_INTERNAL void g_system_thread_exit (void);
G_GNUC_INTERNAL void g_system_thread_set_name (const gchar *name);