calendarui/views/src/calenagendaviewwidget.cpp
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
child 70 a5ed90760192
--- a/calendarui/views/src/calenagendaviewwidget.cpp	Wed Aug 25 14:02:13 2010 +0530
+++ b/calendarui/views/src/calenagendaviewwidget.cpp	Tue Aug 31 18:15:13 2010 +0530
@@ -1306,16 +1306,12 @@
      entry = mInstanceArray[mIndex];
      
      mLeftAllDayIcon = false;
-     mLocationData = false;
      
      if(!entry.isTimedEntry() || CalenAgendaUtils::isAlldayEvent(entry)){
          //all day icon is not there if its a timed entry
          mLeftAllDayIcon = true;
          }
-  
-     if (!entry.location().isEmpty()) {
-         mLocationData = true ;
-         }
+     
      //check if shift to next entry
     if(mNextEntry)
         mIndex++;     
@@ -1332,13 +1328,4 @@
     return mLeftAllDayIcon;
     }
 
-// ----------------------------------------------------------------------------
-// CalenAgendaViewWidget::isLocationData
-// return true  if location entry is present
-// ----------------------------------------------------------------------------
-//
-bool CalenAgendaViewWidget::isLocationData()
-    {
-    return mLocationData;
-    }
 // End of file	--Don't remove this.