]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: qconf: remove unused ConfigItem::okRename()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 29 Aug 2020 08:14:09 +0000 (17:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Sep 2020 15:37:13 +0000 (00:37 +0900)
commitfba6470a5b4d3aab89d61c52243875c62641d152
tree1c60161ddafb21de8d94a30f7ebf492d2142ea30
parent59941a43abf9571e2a0b585a7535eb8cd7d9de27
kconfig: qconf: remove unused ConfigItem::okRename()

Commit b9a81cf1c3e9 ("Port xconfig to Qt5 - Remove custom
ListView classes.") removed the original implementation, where
ConfigItem::okRename() overrode Q3ListViewItem::okRename().

Commit 406da9d1d1b9 ("Port xconfig to Qt5 - Put back some of the
old implementation.") restored the empty stub, but it seems
useless.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h