calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 59 aba12c885d83
parent 48 bf573002ff72
child 60 96907930389d
--- a/calendarui/views/inc/caleneventviewcontainer.h	Mon Jun 21 15:38:59 2010 +0300
+++ b/calendarui/views/inc/caleneventviewcontainer.h	Thu Jul 15 18:37:27 2010 +0300
@@ -283,14 +283,8 @@
  	/**
      * Populate the icon drawer with the icons for this entry
      */
-    void PopulateIconDrawerL( CCalenIconDrawer& aIconDrawer );
-    
-	/**
-	* Calculates the number of lines before the location field in the document
-	* so that map icon is placed at correct place
-	**/
-    void CalcNumOfLinesBeforeLocation();
-	
+    void PopulateIconDrawerL( CCalenIconDrawer& aIconDrawer );    
+
     /**
      * Formats the heading and adds it the the view
      * Headings are bolded with no indentation.
@@ -578,8 +572,7 @@
 private:
      CRepository* iCenRepSession; // Central Repository session
      // Notifier to listen changes of offline state
-     CCenRepNotifyHandler* iNotifier;
-     TInt iNumOfLinesBeforeLocField; // Number of lines before locaiton field in the rich text editor
+     CCenRepNotifyHandler* iNotifier;  
      TInt iTimeFieldLines;  // Number of lines occupied by time field on the viewer   
      TBool iEmbeddedFileOpened;
      CFindItemMenu* iFindMenu;