Removing the deprecated g_thread_init call.
This commit is contained in:
parent
8c15f0e758
commit
77036565da
1 changed files with 0 additions and 2 deletions
2
surf.c
2
surf.c
|
@ -997,8 +997,6 @@ setup(void) {
|
||||||
/* clean up any zombies immediately */
|
/* clean up any zombies immediately */
|
||||||
sigchld(0);
|
sigchld(0);
|
||||||
gtk_init(NULL, NULL);
|
gtk_init(NULL, NULL);
|
||||||
if (!g_thread_supported())
|
|
||||||
g_thread_init(NULL);
|
|
||||||
|
|
||||||
dpy = GDK_DISPLAY();
|
dpy = GDK_DISPLAY();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue