calendarui/views/inc/calenagendaviewwidget.h
changeset 70 a5ed90760192
parent 64 1881ad52dc45
--- a/calendarui/views/inc/calenagendaviewwidget.h	Tue Aug 31 18:15:13 2010 +0530
+++ b/calendarui/views/inc/calenagendaviewwidget.h	Mon Sep 06 10:12:45 2010 +0530
@@ -103,25 +103,6 @@
      */
     void createNewEvent();
     
-    /**
-     * @brief check if property has to set
-     */ 
-    bool hasAllDayIcon();
-    
-    /**
-     * @brief check if all day icon is present
-     */
-    void checkEntryIcons();
-    
-    /**
-     * @brief return true if all day icon is present
-     */
-    bool isAllDayIcon();
-    
-        
-    
-    
-    
 private:
     
     /**
@@ -372,10 +353,6 @@
 	 * @brief Holds notes editor plugin load info.
 	 */
 	bool mNotesPluginLoaded;
-	int mIndex;
-	bool mIconCheck; 
-	bool mNextEntry;
-	bool mLeftAllDayIcon;
 
 };