From 17f08cff6a12a1ba2ff336cac13ffc8d4b1e845e Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 15:17:47 +0100 Subject: Cleanup: Collection: Move to IDTypeInfo, and remove unused BKE API. Note: we still need BKE_collection_free since we call it from scene.c. --- source/blender/blenkernel/BKE_collection.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/blenkernel/BKE_collection.h') 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, -- cgit v1.2.3