diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-08-07 12:18:56 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-08-14 07:37:47 +0300 |
commit | 1b4263e7507f5b9fd2f1f675f712f95c1394a18f (patch) | |
tree | f33bf9d934394499f073d528308438e2cf51cec2 /scripts | |
parent | 860ec3fbcaeba7582f3b65e2f2e805187bc78015 (diff) | |
download | linux-1b4263e7507f5b9fd2f1f675f712f95c1394a18f.tar.xz |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/qconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h index b80683998635..6e6bb0a96348 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); |