(file_extract.c) Cleanup

This commit is contained in:
twinaphex 2015-09-19 01:06:47 +02:00
parent 958dcc3c02
commit 6f9d3d5a26

View File

@ -143,10 +143,6 @@ typedef struct
size_t size;
} zlib_file_data_t;
static int zlib_read_file(const char *path, void **buf, ssize_t *len)
{
}
static void zlib_file_free(void *handle)
{
zlib_file_data_t *data = (zlib_file_data_t*)handle;