X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fimage%2Fimage-visual.h;h=23dee637aed43a4dddfedddad8ebcf03714c2093;hb=9702d63025ad15fce17316818cd0bb183f86f443;hp=ea46680aa83d3c7660a13a4d2dab9e973919daac;hpb=f00334715a31692c0bfd7eb0a7fc67c5ae09f327;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/image/image-visual.h b/dali-toolkit/internal/visuals/image/image-visual.h index ea46680..23dee63 100644 --- a/dali-toolkit/internal/visuals/image/image-visual.h +++ b/dali-toolkit/internal/visuals/image/image-visual.h @@ -331,12 +331,6 @@ private: void CreateNativeImageRenderer( NativeImage& nativeImage ); /** - * @brief Query whether resources requires to be loaded synchronously. - * @return Returns true if synchronous resource loading is required, false otherwise. - */ - bool IsSynchronousResourceLoading() const; - - /** * Creates the texture set and adds the texture to it * @param[out] textureRect The texture area of the texture in the atlas. * @param[in] url The URL of the image resource to use.