From 6470056a0d1ed1a07c823d46ea292d69d3c2a8fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Apr 2019 17:54:04 +1100 Subject: Cleanup: empty expression statement warning --- source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gizmo_library/gizmo_types') diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c index f4f4c6425c2..45b7b37eb8d 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c @@ -759,7 +759,7 @@ static int gizmo_cage2d_test_select( r.ymin = -size[1] + margin[1]; r.xmax = size[0] - margin[0]; r.ymax = size[1] - margin[1]; - }; + } bool isect = BLI_rctf_isect_pt_v(&r, point_local); if (isect) { return ED_GIZMO_CAGE2D_PART_TRANSLATE; -- cgit v1.2.3