[Bf-blender-cvs] [8a971c9d91f] modifier-panels-ui: Cleanup: Remove unused variables

Hans Goudey noreply at git.blender.org
Fri May 22 05:15:45 CEST 2020


Commit: 8a971c9d91fafaa77fcb320bfd1f25e7e905dce2
Author: Hans Goudey
Date:   Thu May 21 23:15:33 2020 -0400
Branches: modifier-panels-ui
https://developer.blender.org/rB8a971c9d91fafaa77fcb320bfd1f25e7e905dce2

Cleanup: Remove unused variables

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

M	source/blender/modifiers/intern/MOD_simulation.cc

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

diff --git a/source/blender/modifiers/intern/MOD_simulation.cc b/source/blender/modifiers/intern/MOD_simulation.cc
index 7af3979bd73..54d07bbc178 100644
--- a/source/blender/modifiers/intern/MOD_simulation.cc
+++ b/source/blender/modifiers/intern/MOD_simulation.cc
@@ -92,7 +92,6 @@ static PointCloud *modifyPointCloud(ModifierData *md,
 
 static void panel_draw(const bContext *C, Panel *panel)
 {
-  uiLayout *sub, *row;
   uiLayout *layout = panel->layout;
 
   PointerRNA ptr;



More information about the Bf-blender-cvs mailing list