Cleanup: remove unused BMesh.currentop struct member

This commit is contained in:
Campbell Barton 2021-01-31 18:20:12 +11:00
parent e6a5e548d5
commit 088fbc0286
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ typedef struct BMesh {
uint use_toolflags : 1;
int toolflag_index;
struct BMOperator *currentop;
CustomData vdata, edata, ldata, pdata;