Cleanup: Remove unused context pointer in sculpt undo step

This commit is contained in:
Hans Goudey
2024-06-05 15:29:41 -04:00
parent b3506feaf9
commit 0365e7f2d7

View File

@@ -149,8 +149,6 @@ struct SculptUndoStep {
/* Active color attribute at the end of this undo step. */
SculptAttrRef active_color_end;
bContext *C;
#ifdef SCULPT_UNDO_DEBUG
int id;
#endif