[dali_1.1.4] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / public-api / object / type-info.cpp
index 0aeb2f1..03d96dc 100644 (file)
@@ -90,12 +90,6 @@ size_t TypeInfo::GetPropertyCount() const
   return GetImplementation(*this).GetPropertyCount();
 }
 
-std::string TypeInfo::GetPropertyName(size_t index)
-{
-  return GetImplementation(*this).GetPropertyName(index);
-}
-
-
 void TypeInfo::GetPropertyIndices( Property::IndexContainer& indices ) const
 {
   indices.Clear(); // We do not want to clear the container if called internally, so only clear here