diff options
author | Benjamin Otte <otte@redhat.com> | 2015-12-04 15:25:49 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-12-04 17:44:51 +0100 |
commit | b8dd24b4fb8a3e311373210e602f214306a401ff (patch) | |
tree | 6a28cbf2cd4bbbf7d01d9616b52f2243abaec2e9 /gtk/gtkstylecontext.c | |
parent | d2ef875e0954344bc85a784084a25ad6dd55efd0 (diff) | |
download | gtk+-b8dd24b4fb8a3e311373210e602f214306a401ff.tar.gz |
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!
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |