From 477c0b7017a8b5e7ee5998f65e0fe9ee7445e3df Mon Sep 17 00:00:00 2001 From: adv Date: Thu, 30 Jan 2014 11:39:49 +0000 Subject: [PATCH] Useless method removed. --- src/HYDROPy/HYDROData_Bathymetry.sip | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/HYDROPy/HYDROData_Bathymetry.sip b/src/HYDROPy/HYDROData_Bathymetry.sip index 36d9b510..a359d85e 100644 --- a/src/HYDROPy/HYDROData_Bathymetry.sip +++ b/src/HYDROPy/HYDROData_Bathymetry.sip @@ -50,13 +50,6 @@ class HYDROData_Bathymetry : public HYDROData_IAltitudeObject public: // Public methods to work with Bathymetry altitudes. - /** - * Returns altitude for given point. - * \param thePoint the point to examine - * \return altitude value - */ - double GetAltitudeForPoint( const gp_XY& thePoint ); - /** * Replace current altitude points by new one. * \param thePoints the altitude points list -- 2.39.2