From 088fbc028667957ccf1a8cd10404faedb6844179 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Jan 2021 18:20:12 +1100 Subject: Cleanup: remove unused BMesh.currentop struct member --- source/blender/bmesh/bmesh_class.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source') 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; -- cgit v1.2.3