Skip to content
Snippets Groups Projects
Commit 1b4263e7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -88,10 +88,6 @@ public slots:
updateList(NULL);
updateAll = false;
}
ConfigList* listView()
{
return this;
}
void addColumn(colIdx idx)
{
showColumn(idx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment