Revert "[Tizen] Move DevelHandle::GetCurrentProperty to public"
[platform/core/uifw/dali-core.git] / dali / public-api / object / handle.cpp
index f0f7972..80da558 100644 (file)
@@ -130,11 +130,6 @@ Property::Value Handle::GetProperty( Property::Index index ) const
   return GetImplementation(*this).GetProperty( index );
 }
 
-Property::Value Handle::GetCurrentProperty( Property::Index index )
-{
-  return GetImplementation( *this ).GetCurrentProperty( index );
-}
-
 void Handle::GetPropertyIndices( Property::IndexContainer& indices ) const
 {
   GetImplementation(*this).GetPropertyIndices( indices );