remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / inc / FUiCtrlSlidableGroupedList.h
index e0b69ec..c1b8122 100644 (file)
@@ -806,27 +806,6 @@ public:
         */
        result SetFastScrollMainIndex(const Tizen::Base::String& text);
 
-
-       /**
-        * @if OSPDEPREC
-        * Sets the second index list of the scroll by text.
-        *
-        * @brief       <i> [Deprecated] </i>
-        * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
-        * @since                       2.0
-        *
-        * @return              An error code
-        * @param[in]   text                    The text of the second index @n
-        *                              Each second index of the first index has to be separated by ','
-        * @param[in]   indexDigit              The index digit count
-        * @exception   E_SUCCESS               The method is successful.
-        * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     The sub-index of fast scroll does not support SCROLL_INDEX_DIGIT_NUM_2. Therefore, when SCROLL_INDEX_DIGIT_NUM_2 is passed to
-        *                              @c indexDigit, this method returns E_SYSTEM.
-        * @endif
-        */
-       result SetFastScrollSubIndex(const Tizen::Base::String& text, FastScrollIndexDigit indexDigit = SCROLL_INDEX_DIGIT_NUM_1);
-
        /**
         * @if OSPDEPREC
         * Sets the background color of this control.