calendarui/views/inc/calenagendaviewwidget.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
--- a/calendarui/views/inc/calenagendaviewwidget.h	Thu Sep 02 20:25:23 2010 +0300
+++ b/calendarui/views/inc/calenagendaviewwidget.h	Fri Sep 17 08:29:05 2010 +0300
@@ -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;
 
 };