Stop trying to find the URL parameter multiple times from property map
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / svg / svg-visual.h
index 0456bb5..7beb6d6 100644 (file)
@@ -54,14 +54,6 @@ class SvgVisual: public Visual::Base
 public:
 
   /**
-   * @brief Create a new SVG visual.
-   *
-   * @param[in] factoryCache A pointer pointing to the VisualFactoryCache object
-   * @return A smart-pointer to the newly allocated visual.
-   */
-  static SvgVisualPtr New( VisualFactoryCache& factoryCache );
-
-  /**
    * @brief Create the SVG Visual using the image URL.
    *
    * The visual will parse the SVG image once it is set.