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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -88,10 +88,6 @@ public slots:
		updateList(NULL);
		updateAll = false;
	}
	ConfigList* listView()
	{
		return this;
	}
	void addColumn(colIdx idx)
	{
		showColumn(idx);