Remove FS_Read2().
Functionally the same as FS_Read().
Streaming functionality was removed in 672cfbf16f
but flag remained.
This commit is contained in:
parent
b173ac0599
commit
d4e1a01f33
7 changed files with 5 additions and 39 deletions
|
@ -659,7 +659,6 @@ int FS_FileIsInPAK(const char *filename, int *pChecksum );
|
|||
|
||||
int FS_Write( const void *buffer, int len, fileHandle_t f );
|
||||
|
||||
int FS_Read2( void *buffer, int len, fileHandle_t f );
|
||||
int FS_Read( void *buffer, int len, fileHandle_t f );
|
||||
// properly handles partial reads and reads from other dlls
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue