Cleanup: remove temporary directory creation

This commit is contained in:
Campbell Barton 2024-03-05 09:54:49 +11:00
parent 55dfe399b5
commit c789a938d9

@ -78,6 +78,4 @@ void BLI_temp_directory_path_get(char *tempdir, const size_t tempdir_maxncpy)
if (tempdir[0] == '\0') {
BLI_strncpy(tempdir, "/tmp/", tempdir_maxncpy);
}
BLI_dir_create_recursive(tempdir);
}