remove APIs to apply [ACR][03/30][Remove] Remove APIs in Tizen::Ui namespace
[platform/framework/native/uifw.git] / inc / FUiIFastScrollEventListener.h
index 442dad1..54d94fd 100755 (executable)
@@ -84,21 +84,6 @@ public:
 
        /**
          * @if OSPDEPREC
-        * Called when a sub index is selected.
-        *
-        * @brief               <i> [Deprecated] </i>
-        * @deprecated  This class is deprecated. Instead of using this class, use the IFastScrollListener class.
-        * @since                               2.0
-        *
-        * @param[in]   source                          The source of the event
-        * @param[in]   mainIndex                       The main index
-        * @param[in]   subIndex                        The sub index
-        * @endif
-        */
-       virtual void OnSubIndexChanged(const Tizen::Ui::Control& source, Tizen::Base::Character& mainIndex, Tizen::Base::Character& subIndex) = 0;
-
-       /**
-         * @if OSPDEPREC
         * Called when a main index is expanded.
         *
         * @brief               <i> [Deprecated] </i>
@@ -111,21 +96,6 @@ public:
         */
        virtual void OnMainIndexSelected(const Tizen::Ui::Control& source, Tizen::Base::Character& mainIndex) = 0;
 
-       /**
-         * @if OSPDEPREC
-        * Called when a sub index is expanded.
-        *
-        * @brief               <i> [Deprecated] </i>
-        * @deprecated  This class is deprecated. Instead of using this class, use the IFastScrollListener class.
-        * @since                               2.0
-        *
-        * @param[in]   source                          The source of the event
-        * @param[in]   mainIndex                       The main index
-        * @param[in]   subIndex                        The sub index
-        * @endif
-        */
-       virtual void OnSubIndexSelected(const Tizen::Ui::Control& source, Tizen::Base::Character& mainIndex, Tizen::Base::Character& subIndex) = 0;
-
 protected:
 
        virtual void IFastScrollEventListener_Reserved1(void) {}