calendarui/controller/inc/calenactionuiutils.h
changeset 26 a949c2543c15
parent 18 c198609911f9
--- a/calendarui/controller/inc/calenactionuiutils.h	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/controller/inc/calenactionuiutils.h	Fri May 14 15:51:09 2010 +0300
@@ -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}