summaryrefslogtreecommitdiff
path: root/gtk/updateiconcache.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-10-30 12:52:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-11-04 13:01:38 -0500
commit9ebeb4e68a4623519f1876b80a65d73f945cd1a0 (patch)
tree38fa222ec4a7ac02b698e097743e91f94f294174 /gtk/updateiconcache.c
parent8bdc2aa2288818ac3cd37e7948b3f0acc2b6a417 (diff)
downloadgtk+-9ebeb4e68a4623519f1876b80a65d73f945cd1a0.tar.gz
Bump GLib dependency to 2.35
And drop deprecated g_type_init() calls.
Diffstat (limited to 'gtk/updateiconcache.c')
-rw-r--r--gtk/updateiconcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index 4159c9337a..d3ebd2c117 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -1736,7 +1736,6 @@ main (int argc, char **argv)
if (!force_update && is_cache_up_to_date (path))
return 0;
- g_type_init ();
build_cache (path);
if (strcmp (var_name, "-") != 0)