thread: remove dead decl from gthreadprivate.h
authorRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 22:23:20 +0000 (18:23 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 12 Oct 2011 22:23:20 +0000 (18:23 -0400)
This function hasn't existed for a while...

glib/gthreadprivate.h

index 2d6bc4f..5ed180c 100644 (file)
@@ -74,9 +74,6 @@ struct  _GRealThread
 
 G_GNUC_INTERNAL extern GMutex g_once_mutex;
 
-/* initializers that may also use g_private_new() */
-G_GNUC_INTERNAL void _g_messages_thread_init_nomessage      (void);
-
 #ifdef G_OS_WIN32
 G_GNUC_INTERNAL void g_thread_DllMain (void);
 #endif