idlehomescreen/widgetmanager/inc/wmwidgetdata.inl
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
--- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Wed Mar 31 21:17:19 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Wed Apr 14 15:47:59 2010 +0300
@@ -27,10 +27,6 @@
     inline const CHsContentInfo& CWmWidgetData::HsContentInfo() const
         { return *iHsContentInfo; }
 
-    /** widget name */
-    inline const TDesC& CWmWidgetData::Name() const
-        { return iHsContentInfo->Name(); }
-
     /** widget uid */
     inline TUid CWmWidgetData::Uid() const
         { return UidFromString( iHsContentInfo->Uid() ); };