Cleanup: Silence unused variable warning

Pull Request: https://projects.blender.org/blender/blender/pulls/123806
This commit is contained in:
Sean Kim 2024-06-27 04:43:19 +02:00 committed by Sean Kim
parent 11d0a9db1b
commit 99c75beabf

@ -602,7 +602,6 @@ int WM_gesture_lasso_modal(bContext *C, wmOperator *op, const wmEvent *event)
}
}
else if (gesture->use_smooth) {
const float radius_squared = square_f(radius);
if (dist_squared > square_f(radius)) {
float2 result = blender::math::interpolate(
current_mouse_position, last_position, factor);