diff options
Diffstat (limited to 'src/memmaps.cpp')
-rw-r--r-- | src/memmaps.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/memmaps.cpp b/src/memmaps.cpp index eb52ad9..ddbb3a9 100644 --- a/src/memmaps.cpp +++ b/src/memmaps.cpp @@ -344,9 +344,6 @@ create_memmapsdata (ProcData *procdata) ); tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model)); -#if !GTK_CHECK_VERSION(3,0,0) - gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree), TRUE); -#endif g_object_unref (G_OBJECT (model)); for (i = 0; i < MMAP_COL_MAX; i++) { |