summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-02-02 09:40:34 +0100
committerChristoph Lohmann <20h@r-36.net>2013-02-02 09:40:34 +0100
commit77036565da810b782043e3dcdeca0e15ef95ffe9 (patch)
tree015e767b4d41841099a31ba5900a56ef9917b748 /surf.c
parent8c15f0e75880b7c1d80884f1dcf503e4097fe86b (diff)
downloadsurf-77036565da810b782043e3dcdeca0e15ef95ffe9.tar.gz
surf-77036565da810b782043e3dcdeca0e15ef95ffe9.tar.bz2
surf-77036565da810b782043e3dcdeca0e15ef95ffe9.zip
Removing the deprecated g_thread_init call.
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 0 insertions, 2 deletions
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();