diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-13 00:07:02 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-13 00:07:02 (GMT) |
commit | 2ed360005ad9265f45b32b1b19a202f747aed53c (patch) | |
tree | 931649ea1253cd5f3eae753d7cd4e949bbfe53fe /src/common/pathname.h | |
parent | ccb49530f930701b1ca57e560564ae098dcef3c9 (diff) |
Rely on GSettings to setup temporary files.
Diffstat (limited to 'src/common/pathname.h')
-rw-r--r-- | src/common/pathname.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/pathname.h b/src/common/pathname.h index 1b6624c..104833b 100644 --- a/src/common/pathname.h +++ b/src/common/pathname.h @@ -42,9 +42,7 @@ bool mkpath(const char *); int ensure_path_exists(const char *); /* Met en place un fichier temporaire. */ -#if 0 // TODO int make_tmp_file(const char *, const char *, char **); -#endif /* Copie un fichier. */ bool copy_file(const char *, const char *); |