Modified GetValue return value in CustomListItem.
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrl_CustomListItemImpl.cpp
index 3aa1815..6825722 100644 (file)
@@ -111,7 +111,6 @@ _TableViewGroupItemData::SetEnabled(bool enable)
 _CustomListItemImpl::_CustomListItemImpl(int itemHeight)
        : height(itemHeight)
        , itemId(LIST_ITEM_UNSPECIFIED_ID)
-       , __percentValue(0)
        , __pTableViewItemData(null)
        , __pTableViewGroupItemData(null)
        , __pSubItemsList(null)
@@ -144,12 +143,6 @@ _CustomListItemImpl::CreateInstanceN(int itemHeight)
        return pImpl;
 }
 
-int
-_CustomListItemImpl::GetValue(void) const
-{
-       return __percentValue;
-}
-
 void
 _CustomListItemImpl::RemoveElement(int elementId)
 {