[Bf-blender-cvs] [97c5fa31a29] soc-2021-curves: Removed commented code

Dilith Jayakody noreply at git.blender.org
Sun Jan 23 14:56:36 CET 2022


Commit: 97c5fa31a29cbe5839de25670eb3beb0c6299114
Author: Dilith Jayakody
Date:   Sun Jan 23 19:26:20 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rB97c5fa31a29cbe5839de25670eb3beb0c6299114

Removed commented code

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

M	source/blender/editors/curve/editcurve_pen.c

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

diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c
index 130fb3ebba6..b1b9a1450dc 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -428,10 +428,6 @@ static void move_all_selected_points(ListBase *nurbs,
                                      const wmEvent *event,
                                      const ViewContext *vc)
 {
-  /* int change_int[2];
-  sub_v2_v2v2_int(change_int, event->xy, event->prev_xy);
-  const float change[2] = {UNPACK2(change_int)}; */
-
   float center[3] = {0.0f, 0.0f, 0.0f};
   float change[2], center_2d[2];
   get_selected_center(nurbs, center, false);



More information about the Bf-blender-cvs mailing list