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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-01-16 16:06:26 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-01-16 22:36:22 +0300
commit3748defefe54ff63be2b755cabf70d934294137c (patch)
tree9b0b76c631bd296dc312b8bc0a50baa148fb1d6c /source/blender/blenlib/BLI_path_util.h
parent702bc5ba26d5ff2a4da9e92cabb2fa34ed3f2312 (diff)
Cleanup: remove unused & unimplemented `BLI_newname`.
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 1a626ff44bd..2eb7a8da951 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -94,7 +94,6 @@ bool BLI_ensure_filename(char *filepath, size_t maxlen, const char *filename) AT
bool BLI_uniquename(struct ListBase *list, void *vlink, const char *defname, char delim, int name_offs, int len);
bool BLI_uniquename_cb(bool (*unique_check)(void *arg, const char *name),
void *arg, const char *defname, char delim, char *name, int name_len);
-void BLI_newname(char *name, int add);
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);
int BLI_split_name_num(char *left, int *nr, const char *name, const char delim);