diff -r fd30d51f876b -r b6db4fd4947b calendarui/commonutils/inc/calendateutils.h --- a/calendarui/commonutils/inc/calendateutils.h Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/commonutils/inc/calendateutils.h Mon Jun 28 15:22:02 2010 +0530 @@ -62,12 +62,6 @@ static bool isValidDay( const QDateTime& time ); /** - * Return ETrue if aTime is NULL - * @param aTime time to be compared against NULL time - */ - static bool isNullTime( QDateTime& time ); - - /** * Return Min or Max time if aTime goes out of bounds. * Valid range is [CalenDateUtils::MinTime(), CalenDateUtils::MaxTime] * @param aTime time to be checked @@ -125,8 +119,6 @@ */ static QDateTime defaultTime( const QDateTime& date ); - static QDateTime pastOf(const QDateTime& dateTime, int numOfDays); - static QDateTime futureOf(const QDateTime& dateTime, int numOfDays);