calendarui/views/inc/caleneventlistviewitem.h
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
child 70 a5ed90760192
--- a/calendarui/views/inc/caleneventlistviewitem.h	Wed Aug 25 14:02:13 2010 +0530
+++ b/calendarui/views/inc/caleneventlistviewitem.h	Tue Aug 31 18:15:13 2010 +0530
@@ -26,7 +26,6 @@
 {
     Q_OBJECT
     Q_PROPERTY(bool leftAllDayIcon READ hasAllDayIcon WRITE setAllDayLeftIcon)
-    Q_PROPERTY(bool locationEntry READ locationEntryLayout WRITE setLocationEntry)
 
 public:
     /**
@@ -60,19 +59,9 @@
      */
     void setAllDayLeftIcon(bool icon = false);
     
-    /**
-    * @brief sets location entry status 
-    */
-    void setLocationEntry(bool icon);
-    
-    /**
-    * @brief check if location is present
-    */
-    bool locationEntryLayout();
 private:  
     CalenAgendaViewWidget* mParent; 
     bool mAllDayIcon ;
-    bool mLocationEntry;
 };
 
 #endif      // __CALEN_EVENT_LIST_VIEW_ITEM_H__