Cleanup: unused warning

This commit is contained in:
Campbell Barton 2019-08-27 15:01:41 +10:00
parent e57b14feae
commit 2b618b0f2d
1 changed files with 3 additions and 3 deletions

View File

@ -217,8 +217,8 @@ struct EDBMSplitEdgeData {
};
static bool edbm_vert_pair_share_best_splittable_face_cb(BMFace *f,
BMLoop *l_a,
BMLoop *l_b,
BMLoop *UNUSED(l_a),
BMLoop *UNUSED(l_b),
void *userdata)
{
struct EDBMSplitBestFaceData *data = userdata;
@ -255,7 +255,7 @@ static bool edbm_vert_pair_share_best_splittable_face_cb(BMFace *f,
}
/* find the best splittable face between the two vertices. */
static bool edbm_vert_pair_share_splittable_face_cb(BMFace *f,
static bool edbm_vert_pair_share_splittable_face_cb(BMFace *UNUSED(f),
BMLoop *l_a,
BMLoop *l_b,
void *userdata)