From: adv Date: Fri, 17 Jan 2014 04:57:49 +0000 (+0000) Subject: Useless declaration removed. X-Git-Tag: BR_hydro_v_1_0~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a962da3459e22c9a29b24606e649ce037ae12023;p=modules%2Fhydro.git Useless declaration removed. --- diff --git a/src/HYDROPy/HYDROData_ObstacleAltitude.sip b/src/HYDROPy/HYDROData_ObstacleAltitude.sip index 64aa35b5..88e5ebae 100644 --- a/src/HYDROPy/HYDROData_ObstacleAltitude.sip +++ b/src/HYDROPy/HYDROData_ObstacleAltitude.sip @@ -30,17 +30,6 @@ class HYDROData_ObstacleAltitude : public HYDROData_IAltitudeObject #include "HYDROData_ObstacleAltitude.h" %End -public: - - // Public methods to work with altitudes. - - /** - * Returns altitude for given point. - * \param thePoint the point to examine - * \return altitude value - */ - virtual double GetAltitudeForPoint( const gp_XY& thePoint ) const; - protected: /**