summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-31 12:58:49 +0200
committerRay <[email protected]>2021-05-31 12:58:49 +0200
commit8f4261e9d40b519295591087c737ce48eb83ca6e (patch)
tree56ca02715656900b744bee1823a655a32a9280db
parent565319184cbba9ba76fd855d5d23fa2691e9d75f (diff)
downloadraylib-8f4261e9d40b519295591087c737ce48eb83ca6e.tar.gz
raylib-8f4261e9d40b519295591087c737ce48eb83ca6e.zip
Remove unused declarations
-rw-r--r--src/core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core.c b/src/core.c
index 5d7b0eca..9ad6c890 100644
--- a/src/core.c
+++ b/src/core.c
@@ -270,12 +270,6 @@
#include <emscripten/html5.h> // Emscripten HTML5 library
#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
//----------------------------------------------------------------------------------