From 226aee08286b7e1d2f024f55d8017a62c541ea6f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 17 Sep 2017 16:51:05 -0400 Subject: [PATCH] Drop the icon-shadow property name This has been deprecated for a while. Just use the -gtk-prefixed name. --- gtk/gtkcssstylepropertyimpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c index 3a3db71d3f..fc4156d5cb 100644 --- a/gtk/gtkcssstylepropertyimpl.c +++ b/gtk/gtkcssstylepropertyimpl.c @@ -1424,7 +1424,6 @@ _gtk_css_style_property_init_properties (void) shadow_value_parse, NULL, _gtk_css_shadows_value_new_none ()); - _gtk_style_property_add_alias ("-gtk-icon-shadow", "icon-shadow"); gtk_css_style_property_register ("-gtk-icon-style", GTK_CSS_PROPERTY_ICON_STYLE, G_TYPE_NONE,