Fix some introspection warnings
[platform/upstream/glib.git] / gio / tests / gdbus-example-export.c
index 51af051..341ce60 100644 (file)
@@ -303,8 +303,6 @@ main (int argc, char *argv[])
   GMainLoop *loop;
   MyObject *myobj;
 
-  g_type_init ();
-
   /* We are lazy here - we don't want to manually provide
    * the introspection data structures - so we just build
    * them from XML.