Removing the deprecated g_thread_init call.
authorChristoph Lohmann <20h@r-36.net>
Sat, 2 Feb 2013 08:40:34 +0000 (09:40 +0100)
committerChristoph Lohmann <20h@r-36.net>
Sat, 2 Feb 2013 08:40:34 +0000 (09:40 +0100)
surf.c

diff --git a/surf.c b/surf.c
index c9fa08d..cebd469 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -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();