Removed assert from PropertyOwner::RemoveConstraint so we dont assert when attempting... 68/51168/5
authorChu Hoang <c.hoang@samsung.com>
Wed, 4 Nov 2015 16:29:32 +0000 (16:29 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Nov 2015 12:05:09 +0000 (04:05 -0800)
commit9066be04eb3858c6f10c5242e1c234380ef156c0
tree2486be83f56bce4b2b96fe126586e7f7f0208d16
parent4d28f18770c0f1f58fb401817540ea7abb7487b3
Removed assert from PropertyOwner::RemoveConstraint so we dont assert when attempting to remove an already removed constraint.

It is possible that a constraint has already been removed (e.g. from DisconnectFromSceneGraph) before the RemoveConstraint message is processed, so we shouldn't assert that this is an invalid state to be in.

Change-Id: I83c722d83f29bc6458d4f1a4d8754b5b16ba3a38
dali/internal/update/common/property-owner.cpp