Revert "[4.0] When native image is destroyed, It call TriggerEventInterface" 35/155635/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 01:30:28 +0000 (10:30 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Oct 2017 01:51:07 +0000 (10:51 +0900)
This reverts commit c3991d8a4c6a83cd1433bdc903c099e2e79f363e.

Change-Id: I9578885303ac4756c699c0a9f70ad8db997266a9

dali/devel-api/images/native-image-interface-extension.h

index 0cade82..dfc60d4 100644 (file)
@@ -64,12 +64,6 @@ public:
     return NULL;
   }
 
-  /*
-   * @brief When native image is destroyed, Call TriggerEventInterface callback.
-   *
-   */
-  virtual void SetDestructorNotification(void* notification) = 0;
-
 protected:
 
   /**