diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-21 08:46:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-22 12:35:30 -0400 |
commit | 2ddff872cd965c687f16cf7cc2053b230acfd5dc (patch) | |
tree | ac3e47d751c983699d7179349c55013468541544 /gtk/gtkcssanimatedstyle.c | |
parent | 7aeef71a495cba91fa2d65e9e6a1765c3c569360 (diff) | |
download | gtk+-2ddff872cd965c687f16cf7cc2053b230acfd5dc.tar.gz |
css: Drop the -gtk-icon-theme property
We want to always use the current icon theme, and only
have the minimum amount of custom properties.
Diffstat (limited to 'gtk/gtkcssanimatedstyle.c')
-rw-r--r-- | gtk/gtkcssanimatedstyle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcssanimatedstyle.c b/gtk/gtkcssanimatedstyle.c index 15745f9b9e..d67bb9f191 100644 --- a/gtk/gtkcssanimatedstyle.c +++ b/gtk/gtkcssanimatedstyle.c @@ -176,10 +176,6 @@ gtk_css_animated_style_set_animated_value (GtkCssAnimatedStyle *animated, unshare_core (animated); gtk_css_take_value (&style->core->font_size, value); break; - case GTK_CSS_PROPERTY_ICON_THEME: - unshare_core (animated); - gtk_css_take_value (&style->core->icon_theme, value); - break; case GTK_CSS_PROPERTY_ICON_PALETTE: unshare_core (animated); gtk_css_take_value (&style->core->icon_palette, value); |