(Properties) OnPropertySet is called when any property is set
[platform/core/uifw/dali-core.git] / dali / internal / event / actors / actor-impl.cpp
index 5d99b15..6cf14fc 100644 (file)
@@ -2930,8 +2930,6 @@ void Actor::SetDefaultProperty( Property::Index index, const Property::Value& pr
 // TODO: This method needs to be removed
 void Actor::SetSceneGraphProperty( Property::Index index, const PropertyMetadata& entry, const Property::Value& value )
 {
-  OnPropertySet( index, value );
-
   switch( entry.type )
   {
     case Property::BOOLEAN: