shell: Stop calling deprecated g_thread_init()

https://bugzilla.gnome.org/show_bug.cgi?id=667527
This commit is contained in:
Vincent Untz 2012-01-09 11:15:23 +01:00 committed by Bastien Nocera
parent 7c08e54d03
commit f4bcd50240
2 changed files with 1 additions and 3 deletions

View file

@ -179,8 +179,6 @@ main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
g_thread_init (NULL);
gtk_init (&argc, &argv);
cc_shell_log_init ();