RE: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:38:29 +02:00
committed by wwmayer
parent 8027aed557
commit 1de36fd303
12 changed files with 12 additions and 55 deletions

View File

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