[Bf-blender-cvs] [2f08a25d830] master: Cleanup: Warning: 'sld': local variable is initialized but not referenced

mano-wii noreply at git.blender.org
Wed Sep 11 20:22:40 CEST 2019


Commit: 2f08a25d8300bc18b588d18bfa8099ead52ff5bb
Author: mano-wii
Date:   Wed Sep 11 15:22:00 2019 -0300
Branches: master
https://developer.blender.org/rB2f08a25d8300bc18b588d18bfa8099ead52ff5bb

Cleanup: Warning: 'sld': local variable is initialized but not referenced

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

M	source/blender/editors/transform/transform.c

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

diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index ff1b9095c81..21ef44752ac 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -8015,7 +8015,6 @@ static bool createVertSlideVerts(TransInfo *t, TransDataContainer *tc)
 void projectVertSlideData(TransInfo *t, bool is_final)
 {
   FOREACH_TRANS_DATA_CONTAINER (t, tc) {
-    VertSlideData *sld = tc->custom.mode.data;
     trans_mesh_customdata_correction_apply(tc, is_final);
   }
 }



More information about the Bf-blender-cvs mailing list