calendarui/inc/calendateutils.h
changeset 50 579cc610882e
parent 23 fd30d51f876b
--- a/calendarui/inc/calendateutils.h	Wed Jun 23 18:11:28 2010 +0300
+++ b/calendarui/inc/calendateutils.h	Tue Jul 06 14:14:56 2010 +0300
@@ -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);