diff -r 356f28cd5ca0 -r ed599363c2d7 calendarui/commonutils/inc/calenentryutil.h --- a/calendarui/commonutils/inc/calenentryutil.h Wed Sep 15 12:11:35 2010 +0300 +++ b/calendarui/commonutils/inc/calenentryutil.h Wed Oct 13 14:30:35 2010 +0300 @@ -25,7 +25,6 @@ #include #include "calennotedatautil.h" -#include "KoreanCalConv.h" #include @@ -148,19 +147,6 @@ * @return RArray */ IMPORT_C const RArray GetRdatesL(); - - /** - * Return Lunar Calendar Type - * - * @return TLunarCalendarType - */ - IMPORT_C TLunarCalendarType CalendarType() const; - - /** - * @brief set Lunar Calendar Type - * @param TLunarCalendarType - */ - IMPORT_C void SetCalendarTypeL(TLunarCalendarType aCalendarType); private: CCalenEntryUtil( CCalEntry& aEntry ); @@ -270,14 +256,6 @@ CCalEntry& iEntry; TInt iAttachmentCount; - - TLunarCalendarType iCalendarType; - - /** - * True if FeatureManager is initialized. - */ - TBool iFeatMgrInitialized; - }; #endif // CALENEDITORDATA_H