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:
Diffstat (limited to 'source/blender/blenkernel/intern/hair.c')
-rw-r--r--source/blender/blenkernel/intern/hair.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/hair.c b/source/blender/blenkernel/intern/hair.c
index 5d995cbbb4d..3a35836d4d5 100644
--- a/source/blender/blenkernel/intern/hair.c
+++ b/source/blender/blenkernel/intern/hair.c
@@ -251,11 +251,6 @@ void *BKE_hair_add(Main *bmain, const char *name)
return hair;
}
-Hair *BKE_hair_copy(Main *bmain, const Hair *hair)
-{
- return (Hair *)BKE_id_copy(bmain, &hair->id);
-}
-
BoundBox *BKE_hair_boundbox_get(Object *ob)
{
BLI_assert(ob->type == OB_HAIR);