summaryrefslogtreecommitdiff
path: root/examples/glib-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glib-print.c')
-rw-r--r--examples/glib-print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/glib-print.c b/examples/glib-print.c
index f187f76c..606a29f3 100644
--- a/examples/glib-print.c
+++ b/examples/glib-print.c
@@ -8,8 +8,6 @@ int main(void)
GIArgument in_args[5];
GIArgument retval;
- g_type_init();
-
repository = g_irepository_get_default();
g_irepository_require(repository, "GLib", "2.0", 0, &error);
if (error) {