From: Masahiro Yamada Date: Fri, 7 Aug 2020 09:18:56 +0000 (+0900) Subject: kconfig: qconf: remove unused ConfigList::listView() X-Git-Tag: v5.9-rc1~35^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b4263e7507f5b9fd2f1f675f712f95c1394a18f;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h index b806839986352..6e6bb0a963482 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);