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
1 changed files with 0 additions and 1 deletions

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