Remove useless function

This commit is contained in:
Asdow
2023-10-08 16:47:13 +03:00
parent 74a25a2069
commit f5e0d0bbd8
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -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)
// Use EraseDirectory() to simply delete directory contents without deleting the directory itself