Skip to content

Commit 1b4263e

Browse files
committed
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 <[email protected]>
1 parent 860ec3f commit 1b4263e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/kconfig/qconf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ public slots:
8888
updateList(NULL);
8989
updateAll = false;
9090
}
91-
ConfigList* listView()
92-
{
93-
return this;
94-
}
9591
void addColumn(colIdx idx)
9692
{
9793
showColumn(idx);

0 commit comments

Comments
 (0)