From 93e8c962fcc1f9979d4dbb539d5ff4e1f5295068 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Oct 2019 07:39:45 +1000 Subject: Cleanup: unused structs, struct members --- source/blender/editors/sculpt_paint/paint_vertex.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c') diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c index 3554a6cc546..81e3f04a0d1 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.c +++ b/source/blender/editors/sculpt_paint/paint_vertex.c @@ -2587,11 +2587,6 @@ void PAINT_OT_vertex_paint_toggle(wmOperatorType *ot) * - revise whether op->customdata should be added in object, in set_vpaint */ -typedef struct PolyFaceMap { - struct PolyFaceMap *next, *prev; - int facenr; -} PolyFaceMap; - struct VPaintData { ViewContext vc; struct NormalAnglePrecalc normal_angle_precalc; -- cgit v1.2.3