From kde-commits Tue Apr 17 22:20:11 2012 From: =?utf-8?b?QXVyw6lsaWVuIEfDonRlYXU=?= Date: Tue, 17 Apr 2012 22:20:11 +0000 To: kde-commits Subject: [lightdm] themes/userbar: Dead code-- Message-Id: <20120417222011.E4A0CA60BB () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133470132826343 Git commit 1d35bc247f08bfe5308bed2f172b5137a5582010 by Aur=C3=A9lien G=C3= =A2teau. Committed on 18/04/2012 at 00:19. Pushed by gateau into branch 'master'. Dead code-- M +0 -5 themes/userbar/ListButton.qml http://commits.kde.org/lightdm/1d35bc247f08bfe5308bed2f172b5137a5582010 diff --git a/themes/userbar/ListButton.qml b/themes/userbar/ListButton.qml index 6feff26..6059a4b 100644 --- a/themes/userbar/ListButton.qml +++ b/themes/userbar/ListButton.qml @@ -31,11 +31,6 @@ FocusScope { return button.data; } = - function itemText(index) { - var button =3D repeater.itemAt(index); - return button.text; - } - function indexForData(data) { var index; for (index =3D 0; index < repeater.count; ++index) {