[3.0] Fixed svace defect 69/102969/2
authorsuhyung Eom <suhyung.eom@samsung.com>
Wed, 7 Dec 2016 02:28:33 +0000 (11:28 +0900)
committersu hyung Eom <suhyung.eom@samsung.com>
Wed, 7 Dec 2016 02:29:54 +0000 (18:29 -0800)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I8de5d3deecbb0ad9ab4362eb84b4b07fc01e81e4

dali-toolkit/internal/builder/builder-animations.cpp

index b16235f..dce9b61 100644 (file)
@@ -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