Changed const variables to constexpr where possible.
[platform/core/uifw/dali-core.git] / dali / public-api / object / property.cpp
index ce2b458..c80524e 100644 (file)
 namespace Dali
 {
 
-const int32_t Property::INVALID_INDEX           = -1;
-const int32_t Property::INVALID_KEY             = -1;
-const int32_t Property::INVALID_COMPONENT_INDEX = -1;
-
 Property::Property(Handle& obj, Property::Index propIndex)
 : object(obj),
   propertyIndex(propIndex),