--- 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;
};