From b838eaf2b960af5877d77eed1ef1ad4ede1071f0 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Wed, 27 Oct 2021 19:03:14 -0300 Subject: Cleanup: remove 'ED_view3d_cursor_snap_exit' The callers of `ED_view3d_cursor_snap_active` that must handle the snapping of the cursor. Forcing release at the end can hide leaks. --- source/blender/editors/include/ED_view3d.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index a0c733b2ebf..6d20044d8cf 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -304,7 +304,6 @@ void ED_view3d_cursor_snap_draw_util(struct RegionView3D *rv3d, const uchar color_line[4], const uchar color_point[4], const short snap_elem_type); -void ED_view3d_cursor_snap_exit(void); /* view3d_iterators.c */ -- cgit v1.2.3