remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrlGroupedList.cpp
index 131b79f..e198a56 100644 (file)
@@ -598,18 +598,6 @@ GroupedList::SetFastScrollMainIndex(const String& text)
 }
 
 result
-GroupedList::SetFastScrollSubIndex(const String& text, FastScrollIndexDigit indexDigit)
-{
-       _GroupedListImpl* pImpl = _GroupedListImpl::GetInstance(*this);
-       SysAssertf(pImpl != null, "Not yet constructed. Construct() should be called before use.");
-
-       result r = pImpl->SetFastScrollSubIndex(text, indexDigit);
-       SysTryReturn(NID_UI_CTRL, pImpl, r, r, "[%s] Propagating.", GetErrorMessage(r));
-
-       return r;
-}
-
-result
 GroupedList::RefreshItem(int groupIndex, int itemIndex)
 {
        _GroupedListImpl* pImpl = _GroupedListImpl::GetInstance(*this);