aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-08-07 18:18:56 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-08-14 13:37:47 +0900
commit1b4263e7507f5b9fd2f1f675f712f95c1394a18f (patch)
treef33bf9d934394499f073d528308438e2cf51cec2
parent860ec3fbcaeba7582f3b65e2f2e805187bc78015 (diff)
downloadmemblock-1b4263e7507f5b9fd2f1f675f712f95c1394a18f.tar.gz
kconfig: qconf: remove unused ConfigList::listView()
I do not know how this function can be useful. In fact, it is unsed. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
-rw-r--r--scripts/kconfig/qconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h
index b806839986352b..6e6bb0a963482c 100644
--- a/scripts/kconfig/qconf.h
+++ b/scripts/kconfig/qconf.h
@@ -88,10 +88,6 @@ public:
updateList(NULL);
updateAll = false;
}
- ConfigList* listView()
- {
- return this;
- }
void addColumn(colIdx idx)
{
showColumn(idx);