Cleanup: Quiet unused variable warning in non-debug builds

This commit is contained in:
Hans Goudey 2020-05-26 16:02:08 -04:00
parent 5171d86806
commit eb5422828a
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ static void ED_curve_pick_vert__do_closest(void *userData,
data->hpoint = bezt ? beztindex : 0;
data->is_changed = true;
}
UNUSED_VARS_NDEBUG(handles_visible);
}
bool ED_curve_pick_vert(ViewContext *vc,