From 36be12578ca252d3f48ead0d2bfaba6b09b8dd60 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Jun 2014 22:06:08 -0400 Subject: Drop the builtin icon cache We don't need it anymore, now that the non-standard stock icons are using resources. --- gtk/gtkicontheme.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk/gtkicontheme.h') 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__ */ -- cgit v1.2.1