diff -r 1881ad52dc45 -r a5ed90760192 calendarui/views/inc/calenagendaviewwidget.h --- 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; };