diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 941f80b94521a3a7ce07c42eee1ece0dc23c9165..231050fd7cb2e7892571f814396c4923513b9c41 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -43,11 +43,6 @@ public: MathLib::Point3dWithID(), GeoLib::GeoObject() {} - Point(double const* x) : - MathLib::Point3dWithID(std::array<double,3>({{x[0], x[1], x[2]}}), 0), - GeoLib::GeoObject() - {} - Point(MathLib::Point3d const& x, std::size_t id) : MathLib::Point3dWithID(x, id), GeoLib::GeoObject() {}