diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-17 16:51:05 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-17 16:57:53 -0400 |
commit | 226aee08286b7e1d2f024f55d8017a62c541ea6f (patch) | |
tree | 39ebba0fc81adcd3dfe2a7e2e7c47eb40ffaa7ec /gtk | |
parent | de3179e7c0c1db203b10e08129bbfa0c7e71b0aa (diff) | |
download | gtk+-226aee08286b7e1d2f024f55d8017a62c541ea6f.tar.gz |
Drop the icon-shadow property name
This has been deprecated for a while. Just use the -gtk-prefixed
name.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcssstylepropertyimpl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |