mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Remove useless function
This commit is contained in:
@@ -1176,12 +1176,6 @@ BOOLEAN DirectoryExists( STRING512 pcDirectory )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOLEAN MakeFileManDirectory( STRING512 pcDirectory )
|
|
||||||
{
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Removes ALL FILES in the specified directory (and all subdirectories with their files if fRecursive is TRUE)
|
// Removes ALL FILES in the specified directory (and all subdirectories with their files if fRecursive is TRUE)
|
||||||
// Use EraseDirectory() to simply delete directory contents without deleting the directory itself
|
// Use EraseDirectory() to simply delete directory contents without deleting the directory itself
|
||||||
|
|||||||
@@ -132,7 +132,6 @@ BOOLEAN GetFileManCurrentDirectory( STRING512 pcDirectory );
|
|||||||
BOOLEAN GetExecutableDirectory( STRING512 pcDirectory );
|
BOOLEAN GetExecutableDirectory( STRING512 pcDirectory );
|
||||||
|
|
||||||
BOOLEAN DirectoryExists( STRING512 pcDirectory );
|
BOOLEAN DirectoryExists( STRING512 pcDirectory );
|
||||||
BOOLEAN MakeFileManDirectory( STRING512 pcDirectory );
|
|
||||||
|
|
||||||
// WARNING: THESE DELETE ALL FILES IN THE DIRECTORY ( and all subdirectories if fRecursive is TRUE!! )
|
// WARNING: THESE DELETE ALL FILES IN THE DIRECTORY ( and all subdirectories if fRecursive is TRUE!! )
|
||||||
BOOLEAN RemoveFileManDirectory( STRING512 pcDirectory, BOOLEAN fRecursive);
|
BOOLEAN RemoveFileManDirectory( STRING512 pcDirectory, BOOLEAN fRecursive);
|
||||||
|
|||||||
Reference in New Issue
Block a user