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

@@ -42,10 +42,6 @@ TrajectoryObject::TrajectoryObject()
}
TrajectoryObject::~TrajectoryObject()
{
}
short TrajectoryObject::mustExecute() const
{
return 0;