Mod: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:20:43 +02:00
committed by wwmayer
parent fecc939611
commit a3057e946b
24 changed files with 23 additions and 88 deletions

View File

@@ -140,8 +140,6 @@ public:
initialize("This module is the MeshPart module."); // register with Python
}
~Module() override {}
private:
Py::Object invoke_method_varargs(void *method_def, const Py::Tuple &args) override
{