From: adv Date: Wed, 27 Nov 2013 11:10:46 +0000 (+0000) Subject: Useless methods removed. X-Git-Tag: issue_132_11_28~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dd1a767fcac35141237d920d1cae241a320b2cbe;p=modules%2Fhydro.git Useless methods removed. --- diff --git a/src/HYDROData/HYDROData_Profile.h b/src/HYDROData/HYDROData_Profile.h index 775ced7a..e31e6fd4 100644 --- a/src/HYDROData/HYDROData_Profile.h +++ b/src/HYDROData/HYDROData_Profile.h @@ -191,20 +191,6 @@ public: */ HYDRODATA_EXPORT virtual bool ImportFromFile( OSD_File& theFile ); -private: - - /** - * Imports Profile data from parametric file. - */ - bool importParametricFile( OSD_File& theFile, - HYDROData_ProfileUZ::PointsList& thePoints ); - - /** - * Imports Profile data from Georeferenced file. - */ - bool importGeoreferencedFile( OSD_File& theFile, - ProfilePoints& thePoints ); - protected: friend class HYDROData_Iterator;