From: uz Date: Mon, 27 Feb 2012 18:17:13 +0000 (+0000) Subject: Removed a declaration for a routine that doesn't exist. X-Git-Tag: V2.14~502 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e4a4cb72c64b85a637eaa644e17eb8f590faf1a;p=cc65 Removed a declaration for a routine that doesn't exist. git-svn-id: svn://svn.cc65.org/cc65/trunk@5561 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/sp65/fileio.h b/src/sp65/fileio.h index 0cb526a19..488dac40a 100644 --- a/src/sp65/fileio.h +++ b/src/sp65/fileio.h @@ -64,9 +64,6 @@ unsigned long Read24 (FILE* F); unsigned long Read32 (FILE* F); /* Read a 32 bit value from the file */ -char* ReadStr (FILE* F); -/* Read a string from the file into a malloced area */ - void* ReadData (FILE* F, void* Data, unsigned Size); /* Read data from the file */