diff -r 5de72ea7a065 -r 579cc610882e calendarui/commonutils/inc/calenagendautils.h --- a/calendarui/commonutils/inc/calenagendautils.h Wed Jun 23 18:11:28 2010 +0300 +++ b/calendarui/commonutils/inc/calenagendautils.h Tue Jul 06 14:14:56 2010 +0300 @@ -43,12 +43,6 @@ public: /** - * Removes entries ending aDay at midnight. - **/ - static void removeEntriesEndingAtMidnightL( QList& list, - const QDateTime& day ); - - /** * Checks that if entry ends at starting midnight of the day, * but has started earlier. * Such entries are not shown in day that they end, because end time @@ -56,7 +50,7 @@ * @returns ETrue, if entry ends at starting midnight of day, but starts before that * EFalse, otherwise **/ - static bool endsAtStartOfDayL( AgendaEntry& entry, + static bool endsAtStartOfDay( AgendaEntry& entry, const QDateTime& day ); };