From b8dd24b4fb8a3e311373210e602f214306a401ff Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 4 Dec 2015 15:25:49 +0100 Subject: iconfactory: Drop caching infrastructure - icon sets are essentially unused - the icon theme does caching - this code complicates the restructuring I'm about to do => Delete it! --- gtk/gtkstylecontext.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkstylecontext.c') diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index dbaa4d068b..ddf4090f21 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -652,8 +652,6 @@ gtk_style_context_reset_widgets (GdkScreen *screen) { GList *list, *toplevels; - _gtk_icon_set_invalidate_caches (); - toplevels = gtk_window_list_toplevels (); g_list_foreach (toplevels, (GFunc) g_object_ref, NULL); -- cgit v1.2.1