summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h4
1 files changed, 0 insertions, 4 deletions
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 <stdbool.h>
#include <stdio.h>
-/// 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);