calendarui/views/inc/caleneventlistviewitem.h
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
child 77 b0711afde476
--- a/calendarui/views/inc/caleneventlistviewitem.h	Wed Aug 18 09:47:38 2010 +0300
+++ b/calendarui/views/inc/caleneventlistviewitem.h	Thu Sep 02 20:25:23 2010 +0300
@@ -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__