From de6f19ce2256a8a6a8529297feb499b423163c9e Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 8 Apr 2021 11:24:02 +0200 Subject: Cleanup: modernize-use-equals-default This was missing from rB19dfb6ea1f6745c0dbc2ce21839c30184b553878. --- source/blender/freestyle/intern/stroke/Stroke.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/freestyle/intern/stroke/Stroke.cpp') diff --git a/source/blender/freestyle/intern/stroke/Stroke.cpp b/source/blender/freestyle/intern/stroke/Stroke.cpp index 79eb37ae870..0de3e03d44a 100644 --- a/source/blender/freestyle/intern/stroke/Stroke.cpp +++ b/source/blender/freestyle/intern/stroke/Stroke.cpp @@ -383,10 +383,6 @@ StrokeVertex::StrokeVertex(SVertex *iSVertex, const StrokeAttribute &iAttribute) _StrokeLength = 0.0f; } -StrokeVertex::~StrokeVertex() -{ -} - StrokeVertex &StrokeVertex::operator=(const StrokeVertex &iBrother) { ((CurvePoint *)this)->operator=(iBrother); -- cgit v1.2.3