Remove g_type_init() calls
[platform/upstream/glib.git] / tests / gobject / ifacecheck.c
index 86ce2e2..e00d9b5 100644 (file)
@@ -118,8 +118,6 @@ main (int   argc,
   char *string1 = "A";
   char *string2 = "B";
 
-  g_type_init ();
-  
   /* Basic check of interfaces added before class_init time
    */
   g_type_add_interface_check (string1, check_func);