mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Remove useless function
This commit is contained in:
@@ -1472,11 +1472,6 @@ UINT32 FileGetAttributes( STR strFilename )
|
||||
return( uiFileAttrib );
|
||||
}
|
||||
|
||||
BOOLEAN FileClearAttributes( STR strFilename )
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
//returns true if at end of file, else false
|
||||
BOOLEAN FileCheckEndOfFile( HWFILE hFile )
|
||||
|
||||
@@ -156,8 +156,6 @@ BOOLEAN FileMove(STR strOldName, STR strNewName);
|
||||
BOOLEAN FileSetAttributes( STR filename, UINT32 uiNewAttribs );
|
||||
UINT32 FileGetAttributes( STR filename );
|
||||
|
||||
BOOLEAN FileClearAttributes( STR strFilename );
|
||||
|
||||
//returns true if at end of file, else false
|
||||
BOOLEAN FileCheckEndOfFile( HWFILE hFile );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user