[gtk+] textview: Remove error-underline-color style property
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] textview: Remove error-underline-color style property
- Date: Mon, 17 Oct 2016 22:42:36 +0000 (UTC)
commit d56962740d8cb85ac5ebc4ab703a47f650dddfe3
Author: Timm Bäder <mail baedert org>
Date: Tue Oct 11 09:44:21 2016 +0200
textview: Remove error-underline-color style property
gtk/gtktextview.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index ec9b7b2..098651d 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -1070,18 +1070,6 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]