diff -r 9c5b1510919f -r bf573002ff72 clock2/clockui/uilayer/inc/clockdocument.h --- a/clock2/clockui/uilayer/inc/clockdocument.h Wed Jun 09 09:40:23 2010 +0300 +++ b/clock2/clockui/uilayer/inc/clockdocument.h Mon Jun 21 15:38:59 2010 +0300 @@ -78,13 +78,13 @@ * @brief Returns the previous alarm time. * @return TTime The previous alarm time. */ - TTime GetPrevAlarmTime(); + //TTime GetPrevAlarmTime(); /** * @brief Sets the new alarm time value as the previous alarm time. * @param aPrevAlarmTime The new alarm time. */ - void SetPrevAlarmTime( TTime aPrevAlarmTime ); + //void SetPrevAlarmTime( TTime aPrevAlarmTime ); /** * @brief Retrieves list of cities shown in world clock view.