kconfig: gconf: remove gtk_widget_realize() calls
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:02 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000 (20:07 +0900)
commitdc1de6c03bc67ff918d904c7f239eaebea34b99b
tree00b54418382ae655c2d85abf437022f81960c2ab
parentede0a43249d47660ca977c90a279b6cfc9da314a
kconfig: gconf: remove gtk_widget_realize() calls

This function is primarily used in widget implementations, and isn't
very useful otherwise.

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