Remove unused declarations
This commit is contained in:
parent
565319184c
commit
8f4261e9d4
1 changed files with 0 additions and 6 deletions
|
@ -270,12 +270,6 @@
|
||||||
#include <emscripten/html5.h> // Emscripten HTML5 library
|
#include <emscripten/html5.h> // Emscripten HTML5 library
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SUPPORT_COMPRESSION_API)
|
|
||||||
// NOTE: Those declarations require stb_image and stb_image_write definitions, included in textures module
|
|
||||||
unsigned char *stbi_zlib_compress(unsigned char *data, int data_len, int *out_len, int quality);
|
|
||||||
char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Defines and Macros
|
// Defines and Macros
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue