diff -r 356f28cd5ca0 -r ed599363c2d7 calendarui/editors/inc/CalenEditorDataHandler.h --- a/calendarui/editors/inc/CalenEditorDataHandler.h Wed Sep 15 12:11:35 2010 +0300 +++ b/calendarui/editors/inc/CalenEditorDataHandler.h Wed Oct 13 14:30:35 2010 +0300 @@ -279,13 +279,6 @@ * @return ETrue if modified, EFalse otherwise. */ TBool AllDayFieldEdited(); - - /** - * @brief Returns if the `Lunar event' field is modified or not. - * - * @return ETrue if modified, EFalse otherwise. - */ - TBool LunarFieldEdited(); /** * @brief To set default Alarm date time. @@ -602,13 +595,6 @@ * @brief Holds the id of the instance which is being edited currently. */ TCalenInstanceId iInstanceId; - - - /** - * True if FeatureManager is initialized. - */ - TBool iFeatMgrInitialized; - }; #endif // CALENEDITORDATAHANDLER_H