X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fsvg%2Fsvg-visual.h;h=c5830356b31dcd634e8e726e34f5bc548242d7a9;hb=refs%2Fchanges%2F26%2F87126%2F5;hp=d841621064c121de4fb2a22e469de931709db29e;hpb=e6757fc2f8c05d6da32f329a874b0ae129abf3d4;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/svg/svg-visual.h b/dali-toolkit/internal/visuals/svg/svg-visual.h index d841621..c583035 100644 --- a/dali-toolkit/internal/visuals/svg/svg-visual.h +++ b/dali-toolkit/internal/visuals/svg/svg-visual.h @@ -95,14 +95,6 @@ protected: public: /** - * @brief Helper method to determine whether the url indicate that it is a svg image. - * - * @param [in] url The URL of the image file. - * @return true if it is a svg image - */ - static bool IsSvgUrl( const std::string& url ); - - /** * @brief Sets the svg image of this visual to the resource at imageUrl * The visual will parse the svg image once it is set. * And rasterize it into BufferImage synchronously when the associated actor is put on stage, and destroy the BufferImage when it is off stage