1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Removed redundant function

This commit is contained in:
Duncan
2014-09-29 12:43:43 +01:00
committed by Duncan Frost
parent 72c1acf207
commit 1133f7b609

View File

@@ -38,6 +38,5 @@ enum {
int sawyercoding_validate_checksum(FILE *file);
int sawyercoding_read_chunk(FILE *file, uint8 *buffer);
int sawyercoding_read_chunk_variable(FILE *file, uint8 **buffer);
#endif