[gnome-power-manager] Remove the call to the deprecated g_thread_init()
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] Remove the call to the deprecated g_thread_init()
- Date: Thu, 27 Oct 2011 23:07:58 +0000 (UTC)
commit df5a1dc2a5db97803c32c7d17c11382f572e27d3
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]