[gtk+/wip/baedert/box: 177/234] textview: Remove error-underline-color style property



commit f6bf30fd7dc455a6d9c18dc55932e6f95d66585d
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 c4ee222..2f042b5 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -1069,18 +1069,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]