From ce17a9efd5a1f04816921e82e66493abe1e2a03e Mon Sep 17 00:00:00 2001 From: Szymon Stefanek Date: Fri, 6 Mar 2009 11:41:09 +0000 Subject: [PATCH] Remove a test statement. It shoudn't be here. svn path=/trunk/KDE/kdepim/; revision=935832 --- messagelistview/core/model.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/messagelistview/core/model.cpp b/messagelistview/core/model.cpp index a19fb4f1f..8f6332a09 100644 --- a/messagelistview/core/model.cpp +++ b/messagelistview/core/model.cpp @@ -831,9 +831,6 @@ void Model::checkIfDateChanged() if ( !mViewItemJobs->isEmpty() ) return; // not now - if ( rand() % 2 ) - return; // date not changed - if ( mTodayDate.day() == QDate::currentDate().day() ) return; // date not changed