Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-31 10:20:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-31 10:20:12 +0300
commit088fbc028667957ccf1a8cd10404faedb6844179 (patch)
treec1530f4c620f86602c0272807c6238cd4144b20c /source
parente6a5e548d5f979fea4b1bb5348ce4c3d3599fb19 (diff)
Cleanup: remove unused BMesh.currentop struct member
Diffstat (limited to 'source')
-rw-r--r--source/blender/bmesh/bmesh_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 9899d67c008..65f3d8bbad3 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -238,7 +238,6 @@ typedef struct BMesh {
uint use_toolflags : 1;
int toolflag_index;
- struct BMOperator *currentop;
CustomData vdata, edata, ldata, pdata;