Robot: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:51:21 +02:00
committed by wwmayer
parent f336ebd1e6
commit e3809702d2
30 changed files with 9 additions and 93 deletions

View File

@@ -39,10 +39,6 @@ TrajectoryCompound::TrajectoryCompound()
}
TrajectoryCompound::~TrajectoryCompound()
{
}
App::DocumentObjectExecReturn *TrajectoryCompound::execute()
{
const std::vector<DocumentObject*> &Tracs = Source.getValues();