X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fnative-image-source-queue.cpp;h=d55e178df3dedf555cea9a0ed18aa66a4347e0ee;hb=ea68cf28bef0700c1432b8b84cef7758eede61c3;hp=b148c1bd5d64ab076a505743a99b40318f565951;hpb=1b2371aca72bc0c894227c927a383e795e5651d7;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/native-image-source-queue.cpp b/dali/devel-api/adaptor-framework/native-image-source-queue.cpp index b148c1b..d55e178 100644 --- a/dali/devel-api/adaptor-framework/native-image-source-queue.cpp +++ b/dali/devel-api/adaptor-framework/native-image-source-queue.cpp @@ -116,11 +116,6 @@ int NativeImageSourceQueue::GetTextureTarget() const return mImpl->GetTextureTarget(); } -const char* NativeImageSourceQueue::GetCustomFragmentPrefix() const -{ - return mImpl->GetCustomFragmentPrefix(); -} - bool NativeImageSourceQueue::ApplyNativeFragmentShader(std::string& shader) { return mImpl->ApplyNativeFragmentShader(shader);