[Bf-blender-cvs] [fa726e50041] gpencil-new-data-proposal: Cleanup: Remove unused variable

Hans Goudey noreply at git.blender.org
Fri Jul 8 17:57:51 CEST 2022


Commit: fa726e50041653b79ba7a8ce7800f34eb70dcd0a
Author: Hans Goudey
Date:   Thu Jul 7 13:43:13 2022 -0500
Branches: gpencil-new-data-proposal
https://developer.blender.org/rBfa726e50041653b79ba7a8ce7800f34eb70dcd0a

Cleanup: Remove unused variable

===================================================================

M	source/blender/makesrna/intern/rna_meta.c

===================================================================

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



More information about the Bf-blender-cvs mailing list