Revert "[Tizen] Implement partial update"
[platform/core/uifw/dali-core.git] / dali / internal / update / common / property-owner-messages.h
old mode 100755 (executable)
new mode 100644 (file)
index 8668e4e..1e31299
@@ -108,7 +108,6 @@ public:
    */
   virtual void Process( BufferIndex updateBufferIndex )
   {
-    mSceneObject->SetPropertyDirty( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -188,7 +187,6 @@ public:
    */
   virtual void Process( BufferIndex updateBufferIndex )
   {
-    mSceneObject->SetPropertyDirty( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }