Cleanup: unused return statements

This commit is contained in:
Campbell Barton 2021-03-21 13:59:08 +11:00
parent 6d97f9a5c1
commit bf13a4d3ff
2 changed files with 0 additions and 4 deletions

View File

@ -332,8 +332,6 @@ static bool ViewEdgeComp(ViewVertex::directedViewEdge &dve1, ViewVertex::directe
}
return (v1.x() < v2.x());
return false;
}
void TVertex::setFrontEdgeA(ViewEdge *iFrontEdgeA, bool incoming)

View File

@ -351,8 +351,6 @@ static int lineart_gpencil_bake_strokes_invoke(bContext *C,
static int lineart_gpencil_bake_strokes_exec(bContext *C, wmOperator *op)
{
return lineart_gpencil_bake_common(C, op, false, false);
return OPERATOR_FINISHED;
}
static int lineart_gpencil_bake_strokes_commom_modal(bContext *C,
wmOperator *op,