source/Graphics/ImageLoader.h: remove unimplemented methods.
This commit is contained in:
parent
8a3b5a17d8
commit
9e581ef859
1 changed files with 0 additions and 4 deletions
|
|
@ -19,10 +19,6 @@ public :
|
|||
|
||||
protected :
|
||||
|
||||
bool encode(Image& img, std::vector<unsigned char>& data);
|
||||
|
||||
bool encodeJPEG(const Image& img, std::vector<unsigned char>& data);
|
||||
|
||||
bool encodePNG(const Image& img, std::vector<unsigned char>& data);
|
||||
|
||||
protected :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue