calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
child 91 250f0dfb7d22
--- a/calendarui/editors/inc/calenunifiededitor.h	Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/editors/inc/calenunifiededitor.h	Wed Oct 13 14:30:35 2010 +0300
@@ -267,7 +267,6 @@
          */
         void  ActivateL();
         
-        void HandleCalendarDeleteL();
     private:
        
         /**
@@ -531,7 +530,7 @@
          * updates the dbid into cenrep for the later use,
          * next time editor will show this db in the editor (bu default)
          */
-        void ModifyDbFieldL();
+        void ModifyDbField();
         
         /**
          * @brief Try to save the enty with new entry type
@@ -662,7 +661,7 @@
           *        exceptional entry/single instance of recurrent entry
           *  
           */
-         void HideFieldsForEditSingleInstanceL();
+         void HideFieldsForEditSingleInstance();
          
          static TInt AsyncProcessCommandL(TAny* aThisPtr); 
          
@@ -823,11 +822,6 @@
         
         CAsyncCallBack* iAsyncCallback; 
         
-        /**
-    	* True if FeatureManager is initialized.
-    	*/
-    	TBool iFeatMgrInitialized;
-        
     };
 
 /**