diff options
author | Monsta <[email protected]> | 2015-12-12 23:14:17 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-11 14:05:07 +0300 |
commit | cbb995375f1b97679fd42090e31277666249cc84 (patch) | |
tree | 46f1d7dcbbb63837e2ddfe8013bb756d01b72fdb /src/proctable.cpp | |
parent | 6a9264b25f20fe81d837217a6d4875d4e594983f (diff) | |
download | mate-system-monitor-cbb995375f1b97679fd42090e31277666249cc84.tar.bz2 mate-system-monitor-cbb995375f1b97679fd42090e31277666249cc84.tar.xz |
drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'src/proctable.cpp')
-rw-r--r-- | src/proctable.cpp | 3 |
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)); |