[Tizen] Not execute the remove callback accepted/tizen/unified/20230210.160939
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 8 Feb 2023 07:23:31 +0000 (16:23 +0900)
committerEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 8 Feb 2023 07:23:31 +0000 (16:23 +0900)
This reverts commit c28f031d2a7f8ca49c90f3d17b1a9202085b3205.

dali/internal/event/events/actor-observer.cpp

index aa8395e..07c5a20 100644 (file)
@@ -126,7 +126,7 @@ void ActorObserver::SceneObjectRemoved(Object& object)
   {
     if(mRemoveCallback)
     {
-      CallbackBase::Execute(*mRemoveCallback, mActor);
+//      CallbackBase::Execute(*mRemoveCallback, mActor);
     }
 
     // do not call object.RemoveObserver here, object is currently iterating through observers