From bcf0c7143371deba9050eedd0f3474ae4fd91cc9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 31 Dec 2018 00:57:47 +1100 Subject: Cleanup: remove non-existing function declarations --- source/blender/blenkernel/BKE_collection.h | 3 --- 1 file changed, 3 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 d78133499ce..ea824c63c40 100644 --- a/source/blender/blenkernel/BKE_collection.h +++ b/source/blender/blenkernel/BKE_collection.h @@ -132,9 +132,6 @@ bool BKE_collection_find_cycle(struct Collection *new_ancestor, typedef void (*BKE_scene_objects_Cb)(struct Object *ob, void *data); typedef void (*BKE_scene_collections_Cb)(struct Collection *ob, void *data); -void BKE_scene_collections_callback(struct Scene *scene, BKE_scene_collections_Cb callback, void *data); -void BKE_scene_objects_callback(struct Scene *scene, BKE_scene_objects_Cb callback, void *data); - /* Iteratorion over objects in collection. */ #define FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_BEGIN(_collection, _object, _mode) \ -- cgit v1.2.3