From c25f6e998bd98533c4a818310dbf5f24f01d221b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 6 Mar 2020 11:18:14 +0100 Subject: Cleanup: Object: remove unused BKE API. --- source/blender/blenkernel/BKE_object.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/blenkernel/BKE_object.h') diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h index 3f004b453ca..a8ebd32ad4d 100644 --- a/source/blender/blenkernel/BKE_object.h +++ b/source/blender/blenkernel/BKE_object.h @@ -64,7 +64,6 @@ void BKE_object_free_particlesystems(struct Object *ob); void BKE_object_free_softbody(struct Object *ob); void BKE_object_free_curve_cache(struct Object *ob); -void BKE_object_free(struct Object *ob); void BKE_object_free_derived_caches(struct Object *ob); void BKE_object_free_caches(struct Object *object); @@ -111,7 +110,6 @@ typedef enum eObjectVisibilityResult { int BKE_object_visibility(const struct Object *ob, const int dag_eval_mode); -void BKE_object_init(struct Object *ob, const short ob_type); struct Object *BKE_object_add_only_object(struct Main *bmain, int type, const char *name) ATTR_NONNULL(1) ATTR_RETURNS_NONNULL; struct Object *BKE_object_add(struct Main *bmain, @@ -135,12 +133,7 @@ struct Object *BKE_object_add_for_data(struct Main *bmain, void *BKE_object_obdata_add_from_type(struct Main *bmain, int type, const char *name) ATTR_NONNULL(1); -void BKE_object_copy_data(struct Main *bmain, - struct Object *ob_dst, - const struct Object *ob_src, - const int flag); struct Object *BKE_object_copy(struct Main *bmain, const struct Object *ob); -void BKE_object_make_local(struct Main *bmain, struct Object *ob, const int flags); bool BKE_object_is_libdata(const struct Object *ob); bool BKE_object_obdata_is_libdata(const struct Object *ob); -- cgit v1.2.3