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/lightprobe.c')
-rw-r--r--source/blender/blenkernel/intern/lightprobe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c
index 2a355ede9d7..debd9706b5e 100644
--- a/source/blender/blenkernel/intern/lightprobe.c
+++ b/source/blender/blenkernel/intern/lightprobe.c
@@ -141,8 +141,3 @@ void *BKE_lightprobe_add(Main *bmain, const char *name)
return probe;
}
-
-LightProbe *BKE_lightprobe_copy(Main *bmain, const LightProbe *probe)
-{
- return (LightProbe *)BKE_id_copy(bmain, &probe->id);
-}