remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / inc / FUiCtrlGroupedList.h
index a7c5c53..b268a32 100644 (file)
@@ -960,24 +960,6 @@ public:
 
        /**
         * @if OSPDEPREC
-        * Sets the second index list of scroll by text.
-        *
-        * @brief       <i> [Deprecated] </i>
-        * @deprecated  This class is deprecated. Instead of using this class, use GroupedListView class.
-        * @since               2.0
-        *
-        * @return              An error code
-        * @param[in]   text                    The text of the second index @n
-        *                              Separate each second index of the first index by ',';.
-        * @param[in]   indexDigit              The index digit count
-        * @exception   E_SUCCESS           The method is successful.
-        * @exception   E_SYSTEM                A system error has occurred.
-        * @endif
-        */
-       result SetFastScrollSubIndex(const Tizen::Base::String& text, FastScrollIndexDigit indexDigit = SCROLL_INDEX_DIGIT_NUM_1);
-
-       /**
-        * @if OSPDEPREC
         * Adds the fast scroll event listener.
         *
         * @brief       <i> [Deprecated] </i>