[phonemgr] build: remove another obsolete g_thread_init() call



commit bd8f4835227e7466b08b216c117d11eca297a9de
Author: Daniele Forsi <dforsi src gnome org>
Date:   Wed May 9 19:03:22 2012 +0200

    build: remove another obsolete g_thread_init() call

 libgsm/glibgsmtest.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgsm/glibgsmtest.c b/libgsm/glibgsmtest.c
index 8edb182..a656713 100644
--- a/libgsm/glibgsmtest.c
+++ b/libgsm/glibgsmtest.c
@@ -136,7 +136,6 @@ main (int argc, char **argv)
 	context = g_option_context_new ("Manage mobile phone");
 	g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
 
-	g_thread_init (NULL);
 	g_type_init ();
 
 	if (g_option_context_parse (context, &argc, &argv, &err) == FALSE) {



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