[Bf-blender-cvs] [088fbc02866] master: Cleanup: remove unused BMesh.currentop struct member

Campbell Barton noreply at git.blender.org
Sun Jan 31 09:45:57 CET 2021


Commit: 088fbc028667957ccf1a8cd10404faedb6844179
Author: Campbell Barton
Date:   Sun Jan 31 18:20:12 2021 +1100
Branches: master
https://developer.blender.org/rB088fbc028667957ccf1a8cd10404faedb6844179

Cleanup: remove unused BMesh.currentop struct member

===================================================================

M	source/blender/bmesh/bmesh_class.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list