Removing the deprecated g_thread_init call.

This commit is contained in:
Christoph Lohmann 2013-02-02 09:40:34 +01:00
parent 8c15f0e758
commit 77036565da
1 changed files with 0 additions and 2 deletions

2
surf.c
View File

@ -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();