summaryrefslogtreecommitdiff
path: root/gio/gresource-tool.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-10-15 12:00:51 -0400
committerRyan Lortie <desrt@desrt.ca>2012-10-16 09:39:24 -0400
commit1dc774a653e992e1153fbed16f90097fa8db467f (patch)
tree29b661c8787cf6aebf12c1393f4fd24b3a43dd4a /gio/gresource-tool.c
parent7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec (diff)
downloadglib-1dc774a653e992e1153fbed16f90097fa8db467f.tar.gz
Remove g_type_init() calls
Very many testcases, some GLib tools (resource compiler, etc) and GApplication were calling g_type_init(). Remove those uses, as they are no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=686161
Diffstat (limited to 'gio/gresource-tool.c')
-rw-r--r--gio/gresource-tool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/gresource-tool.c b/gio/gresource-tool.c
index 70c9ee656..b38e407c0 100644
--- a/gio/gresource-tool.c
+++ b/gio/gresource-tool.c
@@ -602,8 +602,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#endif
- g_type_init ();
-
if (argc < 2)
return cmd_help (FALSE, NULL);