diff options
author | infirit <[email protected]> | 2014-05-27 16:50:33 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-27 16:50:33 +0200 |
commit | 0b07c938c11ce7d78fe2613add2987fb50fae154 (patch) | |
tree | 2ee37e8fbf325b51f17bcbbb0c47007262af381a | |
parent | c951215db340629ace5b03785b3559a04d72fffb (diff) | |
download | mate-control-center-0b07c938c11ce7d78fe2613add2987fb50fae154.tar.bz2 mate-control-center-0b07c938c11ce7d78fe2613add2987fb50fae154.tar.xz |
Remove deprecated call to g_thread_init
-rw-r--r-- | capplets/common/mate-theme-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 (); |