calendarui/views/src/caleneventlistviewitem.cpp
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
child 77 b0711afde476
--- a/calendarui/views/src/caleneventlistviewitem.cpp	Wed Aug 18 09:47:38 2010 +0300
+++ b/calendarui/views/src/caleneventlistviewitem.cpp	Thu Sep 02 20:25:23 2010 +0300
@@ -31,7 +31,7 @@
 // ----------------------------------------------------------------------------
 // 
 CalenEventListViewItem::CalenEventListViewItem(CalenAgendaViewWidget *parent) :
-HbListViewItem(parent),mAllDayIcon(false),mLocationEntry(false),mParent(parent)
+HbListViewItem(parent),mParent(parent),mAllDayIcon(false)
 {
     OstTraceFunctionEntry0( CALENEVENTLISTVIEWITEM_CALENEVENTLISTVIEWITEM_ENTRY );
     
@@ -76,7 +76,6 @@
         {
         mParent->checkEntryIcons();
         mAllDayIcon = mParent->isAllDayIcon();
-        mLocationEntry =  mParent->isLocationData();
         }
     
     HbListViewItem::updateChildItems();
@@ -104,27 +103,4 @@
     mAllDayIcon = icon;
     }
 
-// ----------------------------------------------------------------------------
-// CalenEventListViewItem::hasAllDayIcon
-// check if location entry is there in item
-// ----------------------------------------------------------------------------
-// 
-bool CalenEventListViewItem::locationEntryLayout()
-    {
-    if(mAllDayIcon && !mLocationEntry)
-        return true;
-    else
-        return false;
-    }
-
-// ----------------------------------------------------------------------------
-// CalenEventListViewItem::setAllDayLeftIcon
-// set the location entry status 
-// ----------------------------------------------------------------------------
-// 
-void CalenEventListViewItem::setLocationEntry(bool icon)
-    {
-    mLocationEntry = icon;
-    }
-
 // End of file