From f1494c156dcbbe125807ef2a1b5ab0ca4b2acc66 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 9 Sep 2011 19:48:14 -0400 Subject: Clean up l10n threading stuff Remove the explicit thread initialisation functions for g_get_charset(), g_get_filename_charsets() and g_get_language_names(). Add a lock around one remaining case of access to libcharset (the other 2 cases already have the lock). Do a proper g_once_init_enter() style initialisation for the GLib gettext functions. https://bugzilla.gnome.org/show_bug.cgi?id=658683 --- glib/gthreadprivate.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'glib/gthreadprivate.h') diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index d0c8b33a9..3887519fc 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -53,8 +53,6 @@ G_GNUC_INTERNAL void _g_slice_thread_init_nomessage (void); G_GNUC_INTERNAL void _g_messages_thread_init_nomessage (void); /* full fledged initializers */ -G_GNUC_INTERNAL void _g_convert_thread_init (void); -G_GNUC_INTERNAL void _g_utils_thread_init (void); G_GNUC_INTERNAL void _g_thread_impl_init (void); G_END_DECLS -- cgit v1.2.1