diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-17 22:06:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-20 01:17:44 -0400 |
commit | 36be12578ca252d3f48ead0d2bfaba6b09b8dd60 (patch) | |
tree | 3f30584bf7969528f9d99944b43c4a355b8d046d /gtk/gtkicontheme.h | |
parent | ea8afd29376ce63c3b18637c813be962c61fbe1c (diff) | |
download | gtk+-36be12578ca252d3f48ead0d2bfaba6b09b8dd60.tar.gz |
Drop the builtin icon cache
We don't need it anymore, now that the non-standard stock icons
are using resources.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 662545b694..39bdd74303 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -366,9 +366,6 @@ gboolean gtk_icon_info_get_attach_points (GtkIconInfo *icon_info GDK_AVAILABLE_IN_ALL const gchar * gtk_icon_info_get_display_name (GtkIconInfo *icon_info); -/* Non-public methods */ -void _gtk_icon_theme_ensure_builtin_cache (void); - G_END_DECLS #endif /* __GTK_ICON_THEME_H__ */ |