Search bar anchor

This commit is contained in:
Krzosa Karol
2025-05-12 08:53:42 +02:00
parent a79f11d137
commit 872c46c43d
6 changed files with 23 additions and 22 deletions

View File

@@ -276,13 +276,6 @@ int64_t GetFileModTime(String file) {
}
}
enum MakeDirResult {
MakeDirResult_Success,
MakeDirResult_Exists,
MakeDirResult_NotFound,
MakeDirResult_ErrorOther,
};
MakeDirResult MakeDir(String path) {
Scratch scratch;
MakeDirResult result = MakeDirResult_Success;