kconfig: gconf: remove parents[] array and indent variable
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:06 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000 (20:07 +0900)
commitb3841b501c4a58ba20f190afd25aa4b93cd664f9
tree08fd449bd26db8d5a415413fd14a8d8a87ed5462
parenta54b0397d36706ce6f60e0e56709ad94791eda45
kconfig: gconf: remove parents[] array and indent variable

The parents[] array is used to store the GtkTreeIter of parent nodes,
but this can be simplified: we can pass a GtkTreeIter pointer down
when _display_tree() recurses.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c