Base: fix build failure because number_long() has been removed in PyCXX

This commit is contained in:
wmayer
2022-08-02 12:41:04 +02:00
parent 15419982d4
commit 75ee04299a
2 changed files with 0 additions and 6 deletions

View File

@@ -225,11 +225,6 @@ Py::Object Vector2dPy::number_float()
throw Py::TypeError("Not defined");
}
Py::Object Vector2dPy::number_long()
{
throw Py::TypeError("Not defined");
}
Py::Object Vector2dPy::number_add( const Py::Object & py)
{
Vector2d u(Py::toVector2d(py));