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:
authorHans Goudey <h.goudey@me.com>2022-07-07 21:43:13 +0300
committerHans Goudey <h.goudey@me.com>2022-07-07 21:43:13 +0300
commit52fa0c4251e7c92b2df665e9e3c150a54066389f (patch)
treed1335f2df98226d80448e2d3c974a0f7170702ed
parent4e9e44ad28fc7a48e0d74a9f752847eb7be4e662 (diff)
Cleanup: Remove unused variable
-rw-r--r--source/blender/makesrna/intern/rna_meta.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_meta.c b/source/blender/makesrna/intern/rna_meta.c
index 898208e0ba1..75188f29fac 100644
--- a/source/blender/makesrna/intern/rna_meta.c
+++ b/source/blender/makesrna/intern/rna_meta.c
@@ -84,7 +84,6 @@ static void rna_MetaBall_redraw_data(Main *UNUSED(bmain), Scene *UNUSED(scene),
static void rna_MetaBall_update_data(Main *bmain, Scene *UNUSED(scene), PointerRNA *ptr)
{
MetaBall *mb = (MetaBall *)ptr->owner_id;
- Object *ob;
/* NOTE: The check on the number of users allows to avoid many repetitive (slow) updates in some
* cases, like e.g. importers. Calling `BKE_mball_properties_copy` on an obdata with no users