remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrlSlidableGroupedList.cpp
index 4602ace..5ea2a64 100644 (file)
@@ -356,16 +356,6 @@ SlidableGroupedList::SetFastScrollMainIndex(const String& text)
        return pImpl->SetFastScrollMainIndex(text);
 }
 
-result
-SlidableGroupedList::SetFastScrollSubIndex(const String& text, FastScrollIndexDigit indexDigit)
-{
-       _SlidableGroupedListImpl* pImpl = _SlidableGroupedListImpl::GetInstance(*this);
-
-       SysAssertf(pImpl != null, "Not yet constructed. Construct() should be called before use.");
-
-       return pImpl->SetFastScrollSubIndex(text, indexDigit);
-}
-
 void
 SlidableGroupedList::SetBackgroundColor(const Color& color)
 {