X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fanimated-image-loading.cpp;h=265f9115df7f96a8c3f57620363b6d9d6028fb8a;hb=a27101a9b426fe777d7c9dd889f97e7f8f6ad2a8;hp=8f6a11807113812804710a89ebfe1b5a5451451f;hpb=138e5360d72399b6b07f822f15caaca98828cad8;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/animated-image-loading.cpp b/dali/devel-api/adaptor-framework/animated-image-loading.cpp index 8f6a118..265f911 100644 --- a/dali/devel-api/adaptor-framework/animated-image-loading.cpp +++ b/dali/devel-api/adaptor-framework/animated-image-loading.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -91,11 +91,6 @@ std::string AnimatedImageLoading::GetUrl() const return GetImplementation(*this).GetUrl(); } -bool AnimatedImageLoading::HasLoadingSucceeded() const -{ - return GetImplementation(*this).HasLoadingSucceeded(); -} - AnimatedImageLoading::AnimatedImageLoading(Internal::Adaptor::AnimatedImageLoading* internal) : BaseHandle(internal) {