Revert "[Tizen] Partial Rendering"
[platform/core/uifw/dali-core.git] / dali / internal / update / nodes / node-messages.h
old mode 100755 (executable)
new mode 100644 (file)
index 456c3a1..0fc422f
@@ -102,7 +102,6 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
-    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -181,7 +180,6 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
-    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -258,7 +256,6 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
-    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }
 
@@ -335,7 +332,6 @@ public:
    */
   void Process( BufferIndex updateBufferIndex ) override
   {
-    mNode->SetUpdated( true );
     (mProperty->*mMemberFunction)( updateBufferIndex, mParam );
   }