From 1e4a4cb72c64b85a637eaa644e17eb8f590faf1a Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 27 Feb 2012 18:17:13 +0000 Subject: [PATCH] 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 --- src/sp65/fileio.h | 3 --- 1 file changed, 3 deletions(-) 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 */