From 133c2dfcc8398169b2a5d36b7e9999f27a6b2a37 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 16 Oct 2017 10:30:28 +0900 Subject: [PATCH] Revert "[4.0] When native image is destroyed, It call TriggerEventInterface" This reverts commit c3991d8a4c6a83cd1433bdc903c099e2e79f363e. Change-Id: I9578885303ac4756c699c0a9f70ad8db997266a9 --- 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