]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: gconf: remove unneeded variable in on_split_clicked()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:08 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000 (20:07 +0900)
commit8e3136eb27211eaf0560543dd0ee4698c6eb751f
tree7f23ece4907ead83034d66f746a6fddb169b7096
parent9b8338fd45fc10961130bc2477aa72e4484e2732
kconfig: gconf: remove unneeded variable in on_split_clicked()

The height of the window is not used here. Passing NULL to
gtk_window_get_default_size() is allowed. [1]

[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/gtk/gtkwindow.c#L3974

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