1
1

Cleanup: remove outdated/redundant comments

This commit is contained in:
2021-06-24 15:41:27 +10:00
parent 55bffa82da
commit 0469f2392f
3 changed files with 0 additions and 3 deletions

View File

@@ -1188,7 +1188,6 @@ static void panel_draw_aligned_widgets(const uiStyle *style,
/* Draw text label. */
if (panel->drawname[0] != '\0') {
/* + 0.001f to avoid flirting with float inaccuracy .*/
const rcti title_rect = {
.xmin = widget_rect.xmin + (panel->labelofs / aspect) + scaled_unit * 1.1f,
.xmax = widget_rect.xmax,

View File

@@ -92,7 +92,6 @@ bool ED_mask_select_check(const Mask *mask)
return false;
}
/* 'sel' select */
void ED_mask_spline_select_set(MaskSpline *spline, const bool do_select)
{
if (do_select) {

View File

@@ -61,7 +61,6 @@ static CustomData *mesh_customdata_get_type(Mesh *me, const char htype, int *r_t
BMesh *bm = (me->edit_mesh) ? me->edit_mesh->bm : NULL;
int tot;
/* this */
switch (htype) {
case BM_VERT:
if (bm) {