lottie/render: remove unused functions.

Change-Id: Ib8d7319da4af0814072ed60869e053896336298d
This commit is contained in:
subhransu mohanty 2018-08-13 14:02:00 +09:00
parent dfecf07d94
commit b73a2cfdcf

View 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;