X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fcommon%2Fproperty-owner.cpp;h=fb655e3db45d6dcb9add70cf6d3ab608110eb4dd;hb=a35c7397dbd7de17a10e5cf1309631cb4c2a0ba4;hp=b094a437f5f85f0facc698aab0f561125d785e4b;hpb=4fad7c0fbcdc7c359a852db081dc5db15a9b4db8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/common/property-owner.cpp b/dali/internal/update/common/property-owner.cpp old mode 100755 new mode 100644 index b094a43..fb655e3 --- a/dali/internal/update/common/property-owner.cpp +++ b/dali/internal/update/common/property-owner.cpp @@ -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