lottie/render: remove unused functions. 38/186638/1
authorsubhransu mohanty <sub.mohanty@samsung.com>
Mon, 13 Aug 2018 05:02:00 +0000 (14:02 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Mon, 13 Aug 2018 05:02:00 +0000 (14:02 +0900)
Change-Id: Ib8d7319da4af0814072ed60869e053896336298d

src/vector/vdrawhelper.h

index 200929856f8686d5df5bd8146313477d605ab900..bf66854244e472e0c6a46fd707eee75f5ae4af78 100644 (file)
@@ -59,8 +59,6 @@ public:
     VRasterBuffer() { init(); }
     void            init();
     VBitmap::Format prepare(VBitmap *image);
-    void            prepare(int w, int h);
-    void            prepareBuffer(int w, int h);
     void            clear();
 
     void resetBuffer(int val = 0);
@@ -77,8 +75,6 @@ public:
     int bytesPerLine() const { return mBytesPerLine; }
     int bytesPerPixel() const { return mBytesPerPixel; }
 
-    uchar *buffer() const { return mBuffer; }
-
     VBitmap::Format           mFormat;
     VPainter::CompositionMode mCompositionMode;