From 8a9e560fa5e9c21a2e42decc625601fc7ca380d3 Mon Sep 17 00:00:00 2001 From: Jussi Laitinen Date: Wed, 1 Sep 2010 12:19:04 +0300 Subject: [PATCH] Removed debug variable. --- src/ui/friendlistpanel.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/friendlistpanel.cpp b/src/ui/friendlistpanel.cpp index 8c35184..3dfd9e5 100644 --- a/src/ui/friendlistpanel.cpp +++ b/src/ui/friendlistpanel.cpp @@ -204,7 +204,6 @@ void FriendListPanel::friendInfoReceived(QList &friendList) qDebug() << __PRETTY_FUNCTION__; QStringList newUserIDs; - static int count = 0; foreach (User *user, friendList) { FriendListItem *item = 0; @@ -223,10 +222,6 @@ void FriendListPanel::friendInfoReceived(QList &friendList) } newUserIDs.append(user->userId()); - -// count++; -// if (count >= 1) -// break; } m_friendListView->clearUnused(newUserIDs); -- 1.7.9.5