diff --git a/surf.c b/surf.c index 78698b8..8f386d7 100644 --- a/surf.c +++ b/surf.c @@ -822,8 +822,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();