diff options
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); |