From e490fa3682206e82fe867006be4cd361dbbb0876 Mon Sep 17 00:00:00 2001 From: Carsten Burghardt Date: Mon, 21 Feb 2005 19:54:53 +0000 Subject: [PATCH] Remove comment svn path=/trunk/kdepim/; revision=391875 --- searchjob.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/searchjob.cpp b/searchjob.cpp index 069f68181..ebcad8e4c 100644 --- a/searchjob.cpp +++ b/searchjob.cpp @@ -180,7 +180,6 @@ void SearchJob::slotSearchFolderComplete() if ( mLocalSearchPattern->isEmpty() ) { // search for the serial number of the UIDs - // data contains all found uids separated by blank QValueList serNums; for ( int i = 0; i < mFolder->count(); ++i ) { KMMsgBase * base = mFolder->getMsgBase( i );