Cleanup: remove unused & unimplemented `BLI_newname`.

This commit is contained in:
Bastien Montagne 2017-01-16 14:06:26 +01:00
parent 702bc5ba26
commit 3748defefe
1 changed files with 0 additions and 1 deletions

View File

@ -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);