From 903705edf2e33384914688ee30ea118486cb537c Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 12 Oct 2011 18:23:20 -0400 Subject: [PATCH] thread: remove dead decl from gthreadprivate.h This function hasn't existed for a while... --- glib/gthreadprivate.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index 2d6bc4f..5ed180c 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -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 -- 2.7.4