From: Nicolas RECHATIN Date: Thu, 15 Sep 2022 13:43:21 +0000 (+0200) Subject: fix : remove unnecessary prototypes in header file X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fnr%2FFeature%2FLOFT;p=modules%2Fshaper.git fix : remove unnecessary prototypes in header file --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_Loft.h b/src/FeaturesPlugin/FeaturesPlugin_Loft.h index 4ca8cb3bb..aa83785bd 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Loft.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Loft.h @@ -77,14 +77,6 @@ public: /// Use plugin manager for features creation FeaturesPlugin_Loft(); - - private: - /// Convert shape to edge - std::shared_ptr toEdge(const std::shared_ptr& theShape); - - private: - std::shared_ptr myLastEdgeStartPoint; - std::shared_ptr myLastEdgeEndPoint; }; #endif