summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-02 22:52:17 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-11-02 22:53:13 -0400
commitf5c1a485438d89e3df1e0054f3756d9f3e6fec8f (patch)
treeaf922e9ef168477e8d5a21d911a34027c1489028
parent41196633d994697b78e9216ad40c1d33325fde1b (diff)
downloadyelp-f5c1a485438d89e3df1e0054f3756d9f3e6fec8f.tar.gz
Don't call g_thread_init()
g_type_init() has been doing this anyway since GLib 2.24 or so anyway. And with GLib 2.31, it is not necessary anymore. https://bugzilla.gnome.org/show_bug.cgi?id=663285
-rw-r--r--src/yelp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yelp.c b/src/yelp.c
index 6cf425bc..fac6d1a2 100644
--- a/src/yelp.c
+++ b/src/yelp.c
@@ -37,7 +37,6 @@ main (int argc, char **argv)
{
YelpApplication *app;
- g_thread_init (NULL);
g_type_init ();
setlocale (LC_ALL, "");