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:
authorYimingWu <xp8110@outlook.com>2021-03-05 14:14:03 +0300
committerYimingWu <xp8110@outlook.com>2021-03-05 14:14:03 +0300
commit89b7ba1b3b0fc3426c702d24b879a1f699cb451a (patch)
treeb7f8c4bd9279fbd392c28359514216911f035cf9 /source/blender/blenkernel/BKE_collection.h
parentc5a59fba58b565334dd4a37c673f6cff1287de3e (diff)
parent5668901ced38a17477af580c882805975150f16d (diff)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
Diffstat (limited to 'source/blender/blenkernel/BKE_collection.h')
-rw-r--r--source/blender/blenkernel/BKE_collection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_collection.h b/source/blender/blenkernel/BKE_collection.h
index aade1f08326..d0fca5e3796 100644
--- a/source/blender/blenkernel/BKE_collection.h
+++ b/source/blender/blenkernel/BKE_collection.h
@@ -77,8 +77,6 @@ struct Collection *BKE_collection_duplicate(struct Main *bmain,
/* Master Collection for Scene */
struct Collection *BKE_collection_master_add(void);
-struct Scene *BKE_collection_master_scene_search(const struct Main *bmain,
- const struct Collection *master_collection);
/* Collection Objects */