]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
fix : remove unnecessary prototypes in header file nr/Feature/LOFT
authorNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 15 Sep 2022 13:43:21 +0000 (15:43 +0200)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 15 Sep 2022 13:43:21 +0000 (15:43 +0200)
src/FeaturesPlugin/FeaturesPlugin_Loft.h

index 4ca8cb3bb35835b65e9dcf8cb964071b569baaf9..aa83785bdcf9717433c124b20f8fe7db96a0a773 100644 (file)
@@ -77,14 +77,6 @@ public:
 
   /// Use plugin manager for features creation
   FeaturesPlugin_Loft();
-
-  private:
-  /// Convert shape to edge
-  std::shared_ptr<GeomAPI_Edge> toEdge(const std::shared_ptr<GeomAPI_Shape>& theShape);
-
-  private:
-  std::shared_ptr<GeomAPI_Pnt> myLastEdgeStartPoint;
-  std::shared_ptr<GeomAPI_Pnt> myLastEdgeEndPoint;
 };
 
 #endif