]> git.sur5r.net Git - cc65/commitdiff
Removed a declaration for a routine that doesn't exist.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Feb 2012 18:17:13 +0000 (18:17 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Feb 2012 18:17:13 +0000 (18:17 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5561 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/sp65/fileio.h

index 0cb526a190821d0343bcb7268c95ad91bb6e4f73..488dac40a26273564a623f9498065365f26d1d63 100644 (file)
@@ -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 */