pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c15f0e
)
Removing the deprecated g_thread_init call.
author
Christoph Lohmann
<20h@r-36.net>
Sat, 2 Feb 2013 08:40:34 +0000
(09:40 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sat, 2 Feb 2013 08:40:34 +0000
(09:40 +0100)
surf.c
patch
|
blob
|
history
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();