[gtk+/wip/baedert/box: 4/14] treeview: Remove unused style properties
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box: 4/14] treeview: Remove unused style properties
- Date: Tue, 11 Oct 2016 14:43:28 +0000 (UTC)
commit 1add90ae8b043e868249f7d90efdd276ef85ca5d
Author: Timm Bäder <mail baedert org>
Date: Tue Oct 11 13:34:49 2016 +0200
treeview: Remove unused style properties
gtk/gtktreeview.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 70dda49..9447827 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -1271,21 +1271,6 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
P_("Make the expanders indented"),
TRUE,
GTK_PARAM_READABLE));
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_boxed ("even-row-color",
- P_("Even Row Color"),
- P_("Color to use for even rows"),
- GDK_TYPE_COLOR,
- GTK_PARAM_READABLE));
-
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_boxed ("odd-row-color",
- P_("Odd Row Color"),
- P_("Color to use for odd rows"),
- GDK_TYPE_COLOR,
- GTK_PARAM_READABLE));
-G_GNUC_END_IGNORE_DEPRECATIONS
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("grid-line-width",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]