From 8666926d79c78b9fccb90a166447736695223717 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Tue, 30 Sep 2014 10:14:08 +0100 Subject: [PATCH] (Animation) Remove DestroyAction Change-Id: If0e19081e340a65204c4b4cc65d3bfbdd6d60b24 --- dali/public-api/animation/animation.cpp | 12 ------------ dali/public-api/animation/animation.h | 18 ------------------ 2 files changed, 30 deletions(-) diff --git a/dali/public-api/animation/animation.cpp b/dali/public-api/animation/animation.cpp index 0a1a088..40f609e 100644 --- a/dali/public-api/animation/animation.cpp +++ b/dali/public-api/animation/animation.cpp @@ -110,18 +110,6 @@ Dali::Animation::EndAction Animation::GetEndAction() const return GetImplementation(*this).GetEndAction(); } -void Animation::SetDestroyAction(Dali::Animation::EndAction destroyAction) -{ - // Deprecated - GetImplementation(*this).SetEndAction(destroyAction); -} - -Dali::Animation::EndAction Animation::GetDestroyAction() const -{ - // Deprecated - return GetImplementation(*this).GetEndAction(); -} - void Animation::SetDisconnectAction( Animation::EndAction disconnectAction ) { GetImplementation(*this).SetDisconnectAction( disconnectAction ); diff --git a/dali/public-api/animation/animation.h b/dali/public-api/animation/animation.h index 1935863..5097a0d 100644 --- a/dali/public-api/animation/animation.h +++ b/dali/public-api/animation/animation.h @@ -244,24 +244,6 @@ public: EndAction GetEndAction() const; /** - * @brief Deprecated - * - * @param[in] action The destroy action. - * - * @deprecated Use SetEndAction - */ - void SetDestroyAction(EndAction action); - - /** - * @brief Deprecated - * - * @return The destroy action. - * - * @deprecated Use GetEndAction - */ - EndAction GetDestroyAction() const; - - /** * @brief Set the disconnect action. * * If any of the animated property owners are disconnected from the stage, then this action is performed. -- 2.7.4