From: Christoph Lohmann <20h@r-36.net> Date: Sat, 2 Feb 2013 08:40:34 +0000 (+0100) Subject: Removing the deprecated g_thread_init call. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=77036565da810b782043e3dcdeca0e15ef95ffe9 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 @@ -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();