Commit: b5424f4f646bad8385464f3ceff32094b7d26604
Author: Richard Antalik
Date:   Mon Sep 13 11:04:42 2021 +0200
Branches: temp-vse-preview-transform2
https://developer.blender.org/rBb5424f4f646bad8385464f3ceff32094b7d26604

Cleanup unused code

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

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

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

diff --git a/source/blender/editors/transform/transform_gizmo_2d.c 
b/source/blender/editors/transform/transform_gizmo_2d.c
index e3b8115dfa5..5be294990d3 100644
--- a/source/blender/editors/transform/transform_gizmo_2d.c
+++ b/source/blender/editors/transform/transform_gizmo_2d.c
@@ -682,11 +682,6 @@ static void gizmo2d_resize_setup(const bContext *C, 
wmGizmoGroup *gzgroup)
 
       /* set up widget data */
       RNA_float_set(gz->ptr, "length", 1.0f);
-
-      /*      float axis[3] = {0.0f};
-            axis[i] = 1.0f;
-            WM_gizmo_set_matrix_rotation_from_z_axis(gz, axis);*/
-
       RNA_enum_set(gz->ptr, "draw_style", ED_GIZMO_ARROW_STYLE_BOX);
 
       WM_gizmo_set_line_width(gz, GIZMO_AXIS_LINE_WIDTH);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to