[gtk+] treeview: Remove unused style properties
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] treeview: Remove unused style properties
- Date: Mon, 17 Oct 2016 22:43:12 +0000 (UTC)
commit 7b2203761336a2cf165d9e30d3efa7fdad6fb23e
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 4f0e1e8..50902f5 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]