Commit 1b4263e7 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: qconf: remove unused ConfigList::listView()

I do not know how this function can be useful. In fact, it is unsed.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 860ec3fb
......@@ -88,10 +88,6 @@ public slots:
updateList(NULL);
updateAll = false;
}
ConfigList* listView()
{
return this;
}
void addColumn(colIdx idx)
{
showColumn(idx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment