From ec726413586c8e080cd7590260c4a776c7dfb32b Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Wed, 11 Oct 2017 17:23:21 +0900 Subject: [PATCH] Revert "[4.0] When native image is destroyed, It call TriggerEventInterface" This reverts commit 9b15d29195c609d5865bc8481ad45d4ca33e6894. Change-Id: Iea39627415e4b26bd73cc25c1ef677e41ea12917 --- dali/devel-api/images/native-image-interface-extension.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dali/devel-api/images/native-image-interface-extension.h b/dali/devel-api/images/native-image-interface-extension.h index 0cade82..dfc60d4 100644 --- a/dali/devel-api/images/native-image-interface-extension.h +++ b/dali/devel-api/images/native-image-interface-extension.h @@ -64,12 +64,6 @@ public: return NULL; } - /* - * @brief When native image is destroyed, Call TriggerEventInterface callback. - * - */ - virtual void SetDestructorNotification(void* notification) = 0; - protected: /** -- 2.7.4