From 3435ea014d42d1e223513f448cbdaba63864115c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 20 Oct 2021 14:56:18 +0200 Subject: Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code... --- source/blender/editors/gizmo_library/gizmo_types/snap3d_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/snap3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c index b95935f2e06..13d9f1ecda7 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c @@ -100,7 +100,7 @@ bool ED_gizmotypes_snap_3d_invert_snap_get(struct wmGizmo *UNUSED(gz)) return snap_data->is_snap_invert; } -bool ED_gizmotypes_snap_3d_is_enabled(const wmGizmo *gz) +bool ED_gizmotypes_snap_3d_is_enabled(const wmGizmo *UNUSED(gz)) { V3DSnapCursorData *snap_data = ED_view3d_cursor_snap_data_get(NULL, NULL, 0, 0); return snap_data->is_enabled; -- cgit v1.2.3