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:
authorNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:10:46 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:10:46 +0300
commite59019994953238de27908bef9b1ee1db28bbff4 (patch)
treed555f30369771a44ea6c54d8f379c035eacfc5b3 /source/blender/editors/include
parent92d62148bed1cf68ed674b4a9c6ba6440a697ca8 (diff)
Revert "Outliner: Fix selection sync for various operators"
This reverts commit 92d62148bed1cf68ed674b4a9c6ba6440a697ca8. When merging in from blender-v2.83-release the merge was somehow rebased after viewing the log.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_outliner.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h
index beed0f98fb5..be1ee786a75 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -29,13 +29,12 @@ extern "C" {
struct ListBase;
struct bContext;
-struct Base;
bool ED_outliner_collections_editor_poll(struct bContext *C);
void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects);
-struct Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]);
+Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]);
void ED_outliner_select_sync_from_object_tag(struct bContext *C);
void ED_outliner_select_sync_from_edit_bone_tag(struct bContext *C);