Cleanup: correct doc-string & remove unused define
Minor edits to recent commits.
This commit is contained in:
@@ -534,7 +534,7 @@ struct GWL_Display {
|
||||
|
||||
static GHOST_WindowManager *window_manager = nullptr;
|
||||
|
||||
/** Check this lock before accessing `GHOST_SystemWayland::selection` from a thread. */
|
||||
/** Check this lock before accessing #GHOST_SystemWayland::clipboard_ from a thread. */
|
||||
static std::mutex system_clipboard_mutex;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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()`
|
||||
|
||||
Reference in New Issue
Block a user