[hackers] [surf] Removing the deprecated g_thread_init call. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sat, 02 Feb 2013 09:42:28 +0100

commit 77036565da810b782043e3dcdeca0e15ef95ffe9
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sat Feb 2 09:40:34 2013 +0100

    Removing the deprecated g_thread_init call.

diff --git a/surf.c b/surf.c
index c9fa08d..cebd469 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -997,8 +997,6 @@ setup(void) {
         /* clean up any zombies immediately */
         sigchld(0);
         gtk_init(NULL, NULL);
- if (!g_thread_supported())
- g_thread_init(NULL);
 
         dpy = GDK_DISPLAY();
 
Received on Sat Feb 02 2013 - 09:42:28 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 02 2013 - 09:48:16 CET