X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Factors%2Fcustom-actor.cpp;h=1707f01c788945e3026a057c396795cb185d88b2;hb=4201fc9ccb4f5a06b44cd45407e6f3c8c6bd449c;hp=f536e7b6c064842ed866b200ad24711c0bc01fc1;hpb=dcaa0851afa012f5c6e0f01cf2318772a9201655;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/actors/custom-actor.cpp b/dali/public-api/actors/custom-actor.cpp index f536e7b..1707f01 100644 --- a/dali/public-api/actors/custom-actor.cpp +++ b/dali/public-api/actors/custom-actor.cpp @@ -65,13 +65,6 @@ CustomActor& CustomActor::operator=(const CustomActor& rhs) return *this; } -CustomActor& CustomActor::operator=(BaseHandle::NullType* rhs) -{ - DALI_ASSERT_ALWAYS( (rhs == NULL) && "Can only assign NULL pointer to handle"); - Reset(); - return *this; -} - CustomActorImpl& CustomActor::GetImplementation() { Internal::CustomActor& internal = GetImpl(*this);