[gnome-power-manager/gnome-3-2] Remove the call to the deprecated g_thread_init()



commit 00aaf605f813bb61fdd313cedec61c1112647cc8
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 17 10:57:54 2011 +0100

    Remove the call to the deprecated g_thread_init()

 src/gpm-statistics.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index 5c9be3a..45b48c9 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -2142,8 +2142,6 @@ main (int argc, char *argv[])
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);
 
-	if (! g_thread_supported ())
-		g_thread_init (NULL);
 	g_type_init ();
 
 	gtk_init (&argc, &argv);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]