player: remove missing member functions. 36/184236/2
authorHermet Park <hermetpark@gmail.com>
Mon, 16 Jul 2018 12:35:25 +0000 (21:35 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Tue, 17 Jul 2018 09:57:23 +0000 (09:57 +0000)
Change-Id: I805e8cfcb99f972019faa88b082948357865a74e

inc/lottieplayer.h

index 49904b4..c227799 100644 (file)
@@ -46,19 +46,15 @@ public:
 
     bool setFilePath(const char *filePath);
 
-    void setSize(int width, int height);
-    void size(int &width, int &height) const;
-
-    int frameRate() const;
-
-    void setFrameRate(int frameRate);
-
     float playTime() const;
 
     void seek(float pos);
 
     const std::vector<LOTNode *>& renderList() const;
 
+   //TODO: Consider correct position...
+    void setSize(int width, int height);
+    void size(int &width, int &height) const;
     std::future<bool> render(float pos, const LOTBuffer &buffer);
     bool renderSync(float pos, const LOTBuffer &buffer);