[gtk+/wip/baedert/box: 11/68] treeview: Remove unused style properties
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box: 11/68] treeview: Remove unused style properties
- Date: Mon, 17 Oct 2016 15:42:21 +0000 (UTC)
commit 9a2986768b06a72b6d76f86fe6a44c6a1494d9a0
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 02eb655..4135e03 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]