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/volume.cc')
-rw-r--r--source/blender/blenkernel/intern/volume.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/volume.cc b/source/blender/blenkernel/intern/volume.cc
index f7c7a2ec323..382787fd0f9 100644
--- a/source/blender/blenkernel/intern/volume.cc
+++ b/source/blender/blenkernel/intern/volume.cc
@@ -610,11 +610,6 @@ void *BKE_volume_add(Main *bmain, const char *name)
return volume;
}
-Volume *BKE_volume_copy(Main *bmain, const Volume *volume)
-{
- return (Volume *)BKE_id_copy(bmain, &volume->id);
-}
-
/* Sequence */
static int volume_sequence_frame(const Depsgraph *depsgraph, const Volume *volume)