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>2014-05-18 18:00:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-18 18:00:59 +0400
commite8630bdccf545f6945b0f64db588168e69cc91a7 (patch)
tree795d60f72e99eeb106d993c2be6d11c157f3cbb6 /source/blender/blenlib/intern/path_util.c
parent2a49bf35f08752cadf998a05867c4244378b4c57 (diff)
Comment unused BLI_rebase_path
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 0ad2ba049b4..e00631fe996 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1950,6 +1950,8 @@ const char *BLI_path_basename(const char *path)
return filename ? filename + 1 : path;
}
+/* UNUSED */
+#if 0
/**
* Produce image export path.
*
@@ -2076,6 +2078,8 @@ int BLI_rebase_path(char *abs, size_t abs_len,
return BLI_REBASE_OK;
}
+#endif
+
/**
* Returns pointer to the leftmost path separator in string. Not actually used anywhere.