kconfig: qconf: remove unused ConfigList::listView()
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Aug 2020 09:18:56 +0000 (18:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:37:47 +0000 (13:37 +0900)
I do not know how this function can be useful. In fact, it is unsed.

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

index b806839..6e6bb0a 100644 (file)
@@ -88,10 +88,6 @@ public:
                updateList(NULL);
                updateAll = false;
        }
-       ConfigList* listView()
-       {
-               return this;
-       }
        void addColumn(colIdx idx)
        {
                showColumn(idx);