mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(rpng) Don't expose unused internal function
This commit is contained in:
parent
0d923d6b05
commit
679a7ee130
@ -192,4 +192,7 @@ static INLINE bool png_realloc_idat(const struct png_chunk *chunk, struct idat_b
|
||||
return true;
|
||||
}
|
||||
|
||||
int rpng_load_image_argb_process_inflate_init(struct rpng_t *rpng,
|
||||
uint32_t **data, unsigned *width, unsigned *height);
|
||||
|
||||
#endif
|
||||
|
@ -53,9 +53,6 @@ bool rpng_nbio_load_image_argb_iterate(struct rpng_t *rpng);
|
||||
int rpng_nbio_load_image_argb_process(struct rpng_t *rpng,
|
||||
uint32_t **data, unsigned *width, unsigned *height);
|
||||
|
||||
int rpng_load_image_argb_process_inflate_init(struct rpng_t *rpng,
|
||||
uint32_t **data, unsigned *width, unsigned *height);
|
||||
|
||||
bool rpng_nbio_load_image_argb_start(struct rpng_t *rpng);
|
||||
|
||||
#ifdef HAVE_ZLIB_DEFLATE
|
||||
|
Loading…
Reference in New Issue
Block a user