diff -r fd30d51f876b -r b6db4fd4947b calendarui/controller/inc/calenactionuiutils.h --- a/calendarui/controller/inc/calenactionuiutils.h Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/controller/inc/calenactionuiutils.h Mon Jun 28 15:22:02 2010 +0530 @@ -42,13 +42,6 @@ { public: - enum TDeleteConfirmationType - { - EDeleteEntry = 1, - EDeleteToDo, - EDeleteToDos, - EDeleteAll - }; enum TRepeatQueryType { @@ -78,9 +71,6 @@ AgendaEntry& entry, const bool status ); - static int showDeleteConfirmationQueryL(const TDeleteConfirmationType type, - const TInt count = 0); - private: // Construction and destruction // Hiding constructor, because this is static utility class. //lint -e{1526}