From: Tim Janik Date: Wed, 7 Dec 2005 15:48:37 +0000 (+0000) Subject: removed commit leftover X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0237607cc5fe5d8e70adb22764b260a4d8833d1a;p=dana%2Fcg-glib.git removed commit leftover --- diff --git a/glib/gthreadinit.h b/glib/gthreadinit.h index 6095de7a..bf66849e 100644 --- a/glib/gthreadinit.h +++ b/glib/gthreadinit.h @@ -42,12 +42,6 @@ void _g_utils_thread_init (void) G_GNUC_INTERNAL; void _g_win32_thread_init (void) G_GNUC_INTERNAL; #endif -/* initialization functions called from glib/gthread.c. - * may contain g_mutex_new(). - * may contain g_private_new() calls. - */ -void _g_messages_thread_private_init (void) G_GNUC_INTERNAL; - G_END_DECLS #endif /* __G_THREADINIT_H__ */