summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-16 10:58:08 -0400
committerColin Walters <walters@verbum.org>2012-10-16 10:58:08 -0400
commit448230b381a6ba0394962ca73f35af563b5de4c9 (patch)
tree8ff75402b252b4cbcedd1e8934df3399a5fae1cc /examples
parentd86fc68738bb31e1ed26680ca5d1548721bc9de8 (diff)
downloadgobject-introspection-448230b381a6ba0394962ca73f35af563b5de4c9.tar.gz
Drop calls to g_type_init()
And bump our GLib requirement.
Diffstat (limited to 'examples')
-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) {