]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: refactor replace_button_icon()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:27 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:36:15 +0000 (10:36 +0900)
commitb8f660aabcf2dbbd7e8f84c6341e015124bbfc4e
tree5ba246ba180b2a5eac7fad9be3e0d7ecabfada58
parent9517f47dbf8ab7a7e554e7b34563982cfc63c366
kconfig: gconf: refactor replace_button_icon()

The "window" and "style" arguments for replace_button_icon() are
now unused. Remove them and refactor the function accordingly.

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