Revert "vector-animation: Imeplements rive animation"
[platform/core/uifw/dali-adaptor.git] / dali / internal / vector-animation / common / vector-animation-renderer-plugin-proxy.h
index b5002fc..ef4f016 100644 (file)
@@ -111,19 +111,9 @@ public:
 
 private:
   /**
-   * Vector Animation formats.
-   */
-  enum class AnimationFormat
-  {
-    NONE = 0,
-    JSON,
-    RIVE
-  };
-
-  /**
    * Dynamically loads the plugin.
    */
-  void Initialize(AnimationFormat format);
+  void Initialize();
 
 private:
   using CreateVectorAnimationRendererFunction = Dali::VectorAnimationRendererPlugin* (*)();