Revert "(Vector) Add GetLayerInfo method"
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / vector-animation-renderer-plugin.h
index a640f3c..6fa992d 100644 (file)
@@ -94,21 +94,13 @@ public:
   virtual float GetFrameRate() const = 0;
 
   /**
-   * @brief Gets the default size of the file.
+   * @brief Gets the default size of the file,.
    *
-   * @param[out] width The default width of the file
-   * @param[out] height The default height of the file
+   * @return The default size of the file
    */
   virtual void GetDefaultSize( uint32_t& width, uint32_t& height ) const = 0;
 
   /**
-   * @brief Gets the layer information of all the child layers.
-   *
-   * @param[out] map The layer information
-   */
-  virtual void GetLayerInfo( Property::Map& map ) const = 0;
-
-  /**
    * @brief Connect to this signal to be notified when the texture upload is completed.
    *
    * @return The signal to connect to.