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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-10-17 04:41:56 +0300
committerCampbell Barton <campbell@blender.org>2022-10-17 04:41:56 +0300
commit3e35beae6143d865636edb7c66a8f86873618f19 (patch)
tree570f6d733d6a990c6468a85161bee2c33aa16c75 /source
parent94ce176e754d47831638c50dfd54f5068048e950 (diff)
Cleanup: correct doc-string & remove unused define
Minor edits to recent commits.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/BLI_path_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 4610b71dcd5..d4d2ddead71 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -107,7 +107,6 @@ size_t BLI_path_join_array(char *__restrict dst,
#define _BLI_PATH_JOIN_ARGS_8 _BLI_PATH_JOIN_ARGS_7, const char *h
#define _BLI_PATH_JOIN_ARGS_9 _BLI_PATH_JOIN_ARGS_8, const char *i
#define _BLI_PATH_JOIN_ARGS_10 _BLI_PATH_JOIN_ARGS_9, const char *j
-#define _BLI_PATH_JOIN_ARGS_11 _BLI_PATH_JOIN_ARGS_10, const char *k
BLI_INLINE size_t _BLI_path_join_3(_BLI_PATH_JOIN_ARGS_1) ATTR_NONNULL();
BLI_INLINE size_t _BLI_path_join_4(_BLI_PATH_JOIN_ARGS_2) ATTR_NONNULL();
@@ -181,7 +180,6 @@ BLI_INLINE size_t _BLI_path_join_12(_BLI_PATH_JOIN_ARGS_10)
#undef _BLI_PATH_JOIN_ARGS_8
#undef _BLI_PATH_JOIN_ARGS_9
#undef _BLI_PATH_JOIN_ARGS_10
-#undef _BLI_PATH_JOIN_ARGS_11
/**
* Like Python's `os.path.basename()`