From 82ead5a276a9264a90a12afd120dc0bfaecba4b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:18 -0500 Subject: Use zix_temp_directory_path() --- src/filesystem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index 9337a97..a1b8fd7 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -4,10 +4,6 @@ #include #include -/// Return the path to a directory suitable for making temporary files -char* -lilv_temp_directory_path(void); - /// Return true iff `path` is an absolute path bool lilv_path_is_absolute(const char* path); -- cgit v1.2.1