Surface: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:32:21 +02:00
committed by wwmayer
parent 9c1bc2e0e9
commit fecc939611
13 changed files with 3 additions and 41 deletions

View File

@@ -46,10 +46,6 @@ Sections::Sections()
NSections.setScope(App::LinkScope::Global);
}
Sections::~Sections()
{
}
App::DocumentObjectExecReturn *Sections::execute()
{
TColGeom_SequenceOfCurve curveSeq;