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:
authorDalai Felinto <dalai@blender.org>2020-03-06 17:17:47 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 17:27:50 +0300
commit17f08cff6a12a1ba2ff336cac13ffc8d4b1e845e (patch)
tree95136c47ebfac37374e9e69cdef6fc49e0daad00 /source/blender/blenkernel/BKE_collection.h
parent69d4aec55f9c5bc64c58e43edefc6687fcb9d08b (diff)
Cleanup: Collection: Move to IDTypeInfo, and remove unused BKE API.
Note: we still need BKE_collection_free since we call it from scene.c.
Diffstat (limited to 'source/blender/blenkernel/BKE_collection.h')
-rw-r--r--source/blender/blenkernel/BKE_collection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_collection.h b/source/blender/blenkernel/BKE_collection.h
index 9fdea820499..a314008f715 100644
--- a/source/blender/blenkernel/BKE_collection.h
+++ b/source/blender/blenkernel/BKE_collection.h
@@ -56,11 +56,6 @@ bool BKE_collection_delete(struct Main *bmain, struct Collection *collection, bo
struct Collection *BKE_collection_copy(struct Main *bmain,
struct Collection *parent,
struct Collection *collection);
-void BKE_collection_copy_data(struct Main *bmain,
- struct Collection *collection_dst,
- const struct Collection *collection_src,
- const int flag);
-void BKE_collection_make_local(struct Main *bmain, struct Collection *collection, const int flags);
struct Collection *BKE_collection_duplicate(struct Main *bmain,
struct Collection *parent,