textview: Remove error-underline-color style property

This commit is contained in:
Timm Bäder 2016-10-11 09:44:21 +02:00 committed by Benjamin Otte
parent 33a857decf
commit d56962740d

View File

@ -1069,18 +1069,6 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
g_object_class_override_property (gobject_class, PROP_HSCROLL_POLICY, "hscroll-policy");
g_object_class_override_property (gobject_class, PROP_VSCROLL_POLICY, "vscroll-policy");
/*
* Style properties
*/
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boxed ("error-underline-color",
P_("Error underline color"),
P_("Color with which to draw error-indication underlines"),
GDK_TYPE_COLOR,
GTK_PARAM_READABLE));
G_GNUC_END_IGNORE_DEPRECATIONS
/*
* Signals
*/