Revert "[Tizen] Implement partial update"
[platform/core/uifw/dali-core.git] / dali / internal / update / common / property-owner.cpp
old mode 100755 (executable)
new mode 100644 (file)
index b094a43..fb655e3
@@ -143,7 +143,6 @@ void PropertyOwner::RemoveConstraint( ConstraintBase* constraint )
 }
 
 PropertyOwner::PropertyOwner()
-:mPropertyDirty( false )
 {
 }
 
@@ -172,15 +171,7 @@ void PropertyOwner::RemoveUniformMapObserver( UniformMap::Observer& observer )
   mUniformMaps.RemoveObserver( observer );
 }
 
-void PropertyOwner::SetPropertyDirty( bool value )
-{
-  mPropertyDirty = value;
-}
 
-bool PropertyOwner::IsPropertyDirty() const
-{
-  return mPropertyDirty;
-}
 
 } // namespace SceneGraph