summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-17 22:06:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-20 01:17:44 -0400
commit36be12578ca252d3f48ead0d2bfaba6b09b8dd60 (patch)
tree3f30584bf7969528f9d99944b43c4a355b8d046d /gtk/gtkicontheme.h
parentea8afd29376ce63c3b18637c813be962c61fbe1c (diff)
downloadgtk+-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.h3
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__ */