From 0b07c938c11ce7d78fe2613add2987fb50fae154 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 27 May 2014 16:50:33 +0200 Subject: Remove deprecated call to g_thread_init --- capplets/common/mate-theme-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/capplets/common/mate-theme-test.c b/capplets/common/mate-theme-test.c index a92243cd..fd19d8da 100644 --- a/capplets/common/mate-theme-test.c +++ b/capplets/common/mate-theme-test.c @@ -9,7 +9,6 @@ main (int argc, char *argv[]) { GList *themes, *list; - g_thread_init (NULL); gtk_init (&argc, &argv); mate_theme_init (); -- cgit v1.2.1