Fixed svace defect 77/102977/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Wed, 7 Dec 2016 02:28:33 +0000 (11:28 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Wed, 7 Dec 2016 02:35:33 +0000 (11:35 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I2584e3e54e0ad306e59fd7edd4fd398c934d6bef

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