summaryrefslogtreecommitdiff
path: root/src/proctable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proctable.cpp')
-rw-r--r--src/proctable.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proctable.cpp b/src/proctable.cpp
index 0023aff..89d9411 100644
--- a/src/proctable.cpp
+++ b/src/proctable.cpp
@@ -332,9 +332,6 @@ proctable_new (ProcData * const procdata)
search_equal_func,
NULL,
NULL);
-#if !GTK_CHECK_VERSION(3,0,0)
- gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (proctree), TRUE);
-#endif
g_object_unref (G_OBJECT (model));
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (proctree));