Cleanup: unused enums

This commit is contained in:
2020-02-20 10:21:23 +11:00
parent a74f0dc0e3
commit 5dcb6fb22f
40 changed files with 90 additions and 210 deletions

View File

@@ -98,8 +98,6 @@ struct ScanFillEdge *BLI_scanfill_edge_add(ScanFillContext *sf_ctx,
struct ScanFillVert *v2);
enum {
BLI_SCANFILL_CALC_QUADTRI_FASTPATH = (1 << 0),
/* note: using BLI_SCANFILL_CALC_REMOVE_DOUBLES
* Assumes ordered edges, otherwise we risk an eternal loop
* removing double verts. - campbell */