main: Don't call g_type_init from meta_init

For the plugin system, GType has to have been initialized by now.

https://bugzilla.gnome.org/show_bug.cgi?id=676855
This commit is contained in:
Jasper St. Pierre
2012-04-05 00:43:39 -04:00
parent f143fe3710
commit 33e1017403
2 changed files with 2 additions and 2 deletions

View File

@ -381,8 +381,6 @@ meta_init (void)
struct sigaction act;
sigset_t empty_mask;
GIOChannel *channel;
g_type_init ();
sigemptyset (&empty_mask);
act.sa_handler = SIG_IGN;