Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Stockner <lukas.stockner@freenet.de>2019-12-25 22:16:43 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2019-12-25 22:16:43 +0300
commit6657fcc78375948ea04d860a015d146f2686a051 (patch)
tree388a42fcb2fad18fc0b9c1cacdb1ae68a6ea0338 /source/blender/blenlib/BLI_path_util.h
parent9aab9970c6130e581ad22a0ece3880d51dd68c1e (diff)
Cleanup: Remove BLI_stringenc_path
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index d2f651609f1..75d5cb286ac 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -81,12 +81,6 @@ bool BLI_ensure_filename(char *filepath, size_t maxlen, const char *filename) AT
int BLI_stringdec(const char *string, char *head, char *start, unsigned short *numlen);
void BLI_stringenc(
char *string, const char *head, const char *tail, unsigned short numlen, int pic);
-void BLI_stringenc_path(char *string,
- const char *dir,
- const char *head,
- const char *tail,
- unsigned short numlen,
- int pic);
/* removes trailing slash */
void BLI_cleanup_file(const char *relabase, char *path) ATTR_NONNULL(2);