Revert "[Tizen] Adds transition effect"
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 07:20:23 +0000 (16:20 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 26 Apr 2021 07:20:23 +0000 (16:20 +0900)
This reverts commit c59ee01ff46ed7eb5aed554a2c00387c4841d751.

dali-extension/vector-animation-renderer/tizen-vector-animation-manager.cpp
dali-extension/vector-animation-renderer/tizen-vector-animation-manager.h

index a44e597..13deede 100755 (executable)
@@ -120,7 +120,7 @@ void TizenVectorAnimationManager::TriggerEvent( TizenVectorAnimationEventHandler
   }
 }
 
-void TizenVectorAnimationManager::Process(bool postProcessor)
+void TizenVectorAnimationManager::Process()
 {
   OnEventTriggered();
 }
index 7fee9c1..aa6d63f 100755 (executable)
@@ -72,7 +72,7 @@ protected: // Implementation of Processor
   /**
    * @copydoc Dali::Integration::Processor::Process()
    */
-  void Process(bool postProcessor) override;
+  void Process() override;
 
 private: