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:
authorBastien Montagne <bastien@blender.org>2020-06-10 19:39:27 +0300
committerBastien Montagne <bastien@blender.org>2020-06-10 20:45:52 +0300
commit91462fbb31baae85b7aa5e5a9ee3d70989ed93e1 (patch)
tree7723c815a2155b4176fdb55ebf76cd66d619a933 /source/blender/editors/include
parent4f314ee5b95a1d01cedca2272056f866d1557d7b (diff)
Cleanup: Remove no more used `ED_object_single_users`.
This utils was only used for scenes' full copy, and was using old deprecated ways to deal with ID relations and such. Good riddance!
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_object.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index cd25ee54392..5c33513f0a4 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -295,10 +295,6 @@ struct Object *ED_object_add_type(struct bContext *C,
unsigned short local_view_bits)
ATTR_NONNULL(1) ATTR_RETURNS_NONNULL;
-void ED_object_single_users(struct Main *bmain,
- struct Scene *scene,
- const bool full,
- const bool copy_groups);
void ED_object_single_user(struct Main *bmain, struct Scene *scene, struct Object *ob);
/* object motion paths */