[PATCH 12/66] kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
From: Masahiro Yamada
Date: Tue Jun 24 2025 - 11:11:09 EST
The headers are visible by default.
Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
---
scripts/kconfig/gconf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 4b5befa4f685..32e5e9054846 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -189,7 +189,6 @@ static void init_left_tree(void)
GtkTreeViewColumn *column;
gtk_tree_view_set_model(view, model1);
- gtk_tree_view_set_headers_visible(view, TRUE);
gtk_tree_view_set_rules_hint(view, TRUE);
column = gtk_tree_view_column_new();
@@ -232,7 +231,6 @@ static void init_right_tree(void)
gint i;
gtk_tree_view_set_model(view, model2);
- gtk_tree_view_set_headers_visible(view, TRUE);
gtk_tree_view_set_rules_hint(view, TRUE);
column = gtk_tree_view_column_new();
--
2.43.0