From dd1a767fcac35141237d920d1cae241a320b2cbe Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 27 Nov 2013 11:10:46 +0000 Subject: [PATCH] Useless methods removed. --- src/HYDROData/HYDROData_Profile.h | 14 -------------- 1 file changed, 14 deletions(-) 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; -- 2.39.2