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:
authorCampbell Barton <ideasman42@gmail.com>2021-12-16 08:52:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-16 13:58:04 +0300
commit59774d64f056373d6e6b420c7affc3666541ad00 (patch)
tree6ec0c29bc88fcd29ccbea0b6c8dcf622a6d1e627 /source/blender/blenlib/intern/path_util.c
parent21c7689b777ff5f46a3cecbda21f6afa012bdb28 (diff)
Docs: add doc-strings for BLI_path functions
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 8f7180a5b96..c824def9104 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -144,8 +144,6 @@ void BLI_path_sequence_encode(
static int BLI_path_unc_prefix_len(const char *path); /* defined below in same file */
-/* ******************** string encoding ***************** */
-
void BLI_path_normalize(const char *relabase, char *path)
{
ptrdiff_t a;