calendar-server: Remove useless g_type_init

This commit is contained in:
Adel Gadllah 2012-11-20 00:02:02 +01:00
parent 7bed964ab2
commit 360c018c9e

View File

@ -1035,8 +1035,6 @@ main (int argc,
name_owner_id = 0;
stdin_channel = NULL;
g_type_init ();
introspection_data = g_dbus_node_info_new_for_xml (introspection_xml, NULL);
g_assert (introspection_data != NULL);