mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
lottie/render: remove unused functions.
Change-Id: Ib8d7319da4af0814072ed60869e053896336298d
This commit is contained in:
parent
dfecf07d94
commit
b73a2cfdcf
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user