Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-09-14 08:15:31 +0300
committerHans Goudey <h.goudey@me.com>2022-09-14 08:15:31 +0300
commitb9f9800c66472a811dd687195f76602852e41403 (patch)
tree6dc106e8e6de7b573158a55f9ae7435e1e0578cf /source/blender/editors/space_view3d/view3d_select.cc
parentc25890dc02ec8e8437058274516d7ca61d594922 (diff)
Compiles, runs in basic situations
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_select.cc')
-rw-r--r--source/blender/editors/space_view3d/view3d_select.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_view3d/view3d_select.cc b/source/blender/editors/space_view3d/view3d_select.cc
index 04d6a17c121..9b7f2aa1863 100644
--- a/source/blender/editors/space_view3d/view3d_select.cc
+++ b/source/blender/editors/space_view3d/view3d_select.cc
@@ -1160,7 +1160,6 @@ struct LassoSelectUserData_ForMeshVert {
blender::MutableSpan<bool> selection_vert;
};
static void do_lasso_select_meshobject__doSelectVert(void *userData,
- const float UNUSED(position)[3],
const float screen_co[2],
int index)
{
@@ -3127,7 +3126,6 @@ struct BoxSelectUserData_ForMeshVert {
blender::MutableSpan<bool> selection_vert;
};
static void do_paintvert_box_select__doSelectVert(void *userData,
- const float UNUSED(position)[3],
const float screen_co[2],
int index)
{
@@ -4146,7 +4144,6 @@ struct CircleSelectUserData_ForMeshVert {
blender::MutableSpan<bool> selection_vert;
};
static void paint_vertsel_circle_select_doSelectVert(void *userData,
- const float UNUSED(position)[3],
const float screen_co[2],
int index)
{