Finish killing off GSystemThread

This commit is contained in:
Ryan Lortie
2011-10-12 23:04:15 -04:00
parent e0c9757b9b
commit a5800ef336
4 changed files with 11 additions and 33 deletions

View File

@@ -61,7 +61,6 @@ struct _GRealThread
GThread thread;
const gchar *name;
gpointer retval;
GSystemThread system_thread;
};
#ifdef G_OS_WIN32