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-01-30 20:28:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-30 20:30:05 +0400
commit0e1c1b61960ba520cc624ed7bd769aa524ecc1db (patch)
tree4069de15d3494e5546f690da7c0002a03bd6abd3 /source/blender/blenlib/BLI_path_util.h
parent3c86a1932f848f694ba3a88bb1af35325f3f89a2 (diff)
Code cleanup: remove BLI_has_parent
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 2b06b8b9bb4..2a4efd196b6 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -145,9 +145,6 @@ void BLI_cleanup_path(const char *relabase, char *path) ATTR_NONNULL(2);
/* go back one directory */
bool BLI_parent_dir(char *path) ATTR_NONNULL();
-/* return whether directory is root and thus has no parent dir */
-bool BLI_has_parent(char *path);
-
/**
* Blender's path code replacement function.
* Bases \a path strings leading with "//" by the