X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fhandle.cpp;h=80da5589d75f0d1e36c40676eed732c6c70e8520;hp=f0f7972883bd52f2db742ecf37e35fe561bcaaf2;hb=72d3e464f0fdaaf6db6206873408e8d845f02cd4;hpb=db93e9c305ec5f37c475ce27cb5cf12a99a6a296 diff --git a/dali/public-api/object/handle.cpp b/dali/public-api/object/handle.cpp index f0f7972..80da558 100644 --- a/dali/public-api/object/handle.cpp +++ b/dali/public-api/object/handle.cpp @@ -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 );