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

@@ -52,8 +52,6 @@ public:
initialize("This module is the Robot module."); // register with Python
}
~Module() override {}
private:
Py::Object simulateToFile(const Py::Tuple& args)
{