Cleanup: unused argument warnings

This commit is contained in:
Campbell Barton 2022-02-15 13:04:22 +11:00
parent e3a18a890d
commit 9d01358a68
1 changed files with 2 additions and 2 deletions

View File

@ -1762,9 +1762,9 @@ static bool draw_subdiv_create_requested_buffers(const Scene *scene,
const float obmat[4][4],
const bool do_final,
const bool do_uvedit,
const bool use_subsurf_fdots,
const bool UNUSED(use_subsurf_fdots),
const ToolSettings *ts,
const bool use_hide,
const bool UNUSED(use_hide),
OpenSubdiv_EvaluatorCache *evaluator_cache)
{
SubsurfModifierData *smd = BKE_object_get_last_subsurf_modifier(ob);