calendarui/views/src/caleneventlistviewitem.cpp
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
child 70 a5ed90760192
--- a/calendarui/views/src/caleneventlistviewitem.cpp	Wed Aug 25 14:02:13 2010 +0530
+++ b/calendarui/views/src/caleneventlistviewitem.cpp	Tue Aug 31 18:15:13 2010 +0530
@@ -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