calendarui/inc/calenagendautils.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
child 58 ef813d54df51
--- a/calendarui/inc/calenagendautils.h	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/inc/calenagendautils.h	Mon Jun 28 15:22:02 2010 +0530
@@ -43,12 +43,6 @@
     public:
         
         /**
-         * Removes entries ending aDay at midnight.
-         **/
-        static void removeEntriesEndingAtMidnightL( QList<AgendaEntry>& 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 );
 
     };