summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstaticstyle.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-21 08:46:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-22 12:35:30 -0400
commit2ddff872cd965c687f16cf7cc2053b230acfd5dc (patch)
treeac3e47d751c983699d7179349c55013468541544 /gtk/gtkcssstaticstyle.c
parent7aeef71a495cba91fa2d65e9e6a1765c3c569360 (diff)
downloadgtk+-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/gtkcssstaticstyle.c')
-rw-r--r--gtk/gtkcssstaticstyle.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcssstaticstyle.c b/gtk/gtkcssstaticstyle.c
index fee5c01e56..d4f7bb5fc7 100644
--- a/gtk/gtkcssstaticstyle.c
+++ b/gtk/gtkcssstaticstyle.c
@@ -50,7 +50,6 @@ static const int core_props[] = {
GTK_CSS_PROPERTY_COLOR,
GTK_CSS_PROPERTY_DPI,
GTK_CSS_PROPERTY_FONT_SIZE,
- GTK_CSS_PROPERTY_ICON_THEME,
GTK_CSS_PROPERTY_ICON_PALETTE
};
@@ -396,9 +395,6 @@ gtk_css_static_style_set_value (GtkCssStaticStyle *sstyle,
case GTK_CSS_PROPERTY_FONT_SIZE:
gtk_css_take_value (&style->core->font_size, value);
break;
- case GTK_CSS_PROPERTY_ICON_THEME:
- gtk_css_take_value (&style->core->icon_theme, value);
- break;
case GTK_CSS_PROPERTY_ICON_PALETTE:
gtk_css_take_value (&style->core->icon_palette, value);
break;