From a13feb51a9613de96979ff8a2d8c5e940843084f Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Wed, 7 Dec 2016 11:28:33 +0900 Subject: [PATCH] Fixed svace defect Signed-off-by: suhyung Eom Change-Id: I2584e3e54e0ad306e59fd7edd4fd398c934d6bef --- dali-toolkit/internal/builder/builder-animations.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dali-toolkit/internal/builder/builder-animations.cpp b/dali-toolkit/internal/builder/builder-animations.cpp index b16235f..dce9b61 100644 --- a/dali-toolkit/internal/builder/builder-animations.cpp +++ b/dali-toolkit/internal/builder/builder-animations.cpp @@ -231,12 +231,6 @@ Animation CreateAnimation( const TreeNode& child, const Replacement& constant, D DALI_SCRIPT_WARNING( "Cannot find property on object\n" ); continue; } - - if( propIndex == Property::INVALID_INDEX) - { - DALI_ASSERT_ALWAYS( propIndex != Property::INVALID_INDEX && "Animation must specify a valid property" ); - continue; - } } // these are the defaults -- 2.7.4