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>2018-06-17 17:26:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 17:26:47 +0300
commitf19ecdeec64506415b9a9f75293df866691bbd28 (patch)
treeb0bf501c44df7185bd958ca34e3c24cad9fa1cf8 /source/blender/blenlib/BLI_path_util.h
parenta0a1fc89387f0f1396b5e4320c2dd4a6fedd1c25 (diff)
Cleanup: remove unused BLI_rebase_path
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 5315b771260..ebdf116ba7a 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -60,16 +60,6 @@ bool BLI_path_name_at_index(
const char *__restrict path, const int index,
int *__restrict r_offset, int *__restrict r_len) ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
-#if 0
-typedef enum bli_rebase_state {
- BLI_REBASE_NO_SRCDIR = 0,
- BLI_REBASE_OK = 1,
- BLI_REBASE_IDENTITY = 2
-} bli_rebase_state;
-
-int BLI_rebase_path(char *abs, size_t abs_len, char *rel, size_t rel_len, const char *base_dir, const char *src_dir, const char *dest_dir);
-#endif
-
const char *BLI_last_slash(const char *string) ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
int BLI_add_slash(char *string) ATTR_NONNULL();
void BLI_del_slash(char *string) ATTR_NONNULL();