Revert "[Tizen] (Animation) Ensure AnimateBy updates the cached event-side properties"
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / animation-impl.h
index 6a3d6c2..92dff74 100644 (file)
@@ -26,7 +26,6 @@
 #include <dali/internal/event/animation/animator-connector-base.h>
 #include <dali/internal/event/animation/key-frames-impl.h>
 #include <dali/internal/event/animation/path-impl.h>
-#include <dali/internal/event/common/object-impl.h>
 
 namespace Dali
 {
@@ -446,15 +445,13 @@ private:
     ConnectorTargetValues()
     : targetValue(),
       timePeriod( 0.0f ),
-      connectorIndex( 0 ),
-      propertyChangeType( Object::PropertyChange::SET )
+      connectorIndex( 0 )
     {
     }
 
     Property::Value targetValue;
     TimePeriod timePeriod;
     unsigned int connectorIndex;
-    Object::PropertyChange::Type propertyChangeType;
   };
 
 private: