Remove Deprecated APIs
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / scrollable / item-view / item-view.h
index 4f05f31..68d6bcc 100644 (file)
@@ -172,22 +172,6 @@ public:
   void DeactivateCurrentLayout();
 
   /**
-   * @brief Set default the alpha function used when applying constraints e.g. during ActivateLayout().
-   *
-   * @deprecated Use SetAlphaFunction() in the layout
-   * @param[in] func The default alpha function to use.
-   */
-  void SetDefaultAlphaFunction(AlphaFunction func);
-
-  /**
-   * @brief Retrieve the default alpha function used when applying constraints
-   *
-   * @deprecated Use GetAlphaFunction() in the layout
-   * @return The default alpha function.
-   */
-  AlphaFunction GetDefaultAlphaFunction() const;
-
-  /**
    * @brief Set the minimum swipe speed in pixels per second; A pan
    * gesture must exceed this to trigger a swipe.
    *