Salome HOME
Fix regression in unit tests
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ExtrusionSketch.h
index 71e934aca7d3bc4ba723cd4175715cf165c65137..fd6da45fc92185553ac3ebd95e93144799175cc4 100644 (file)
@@ -86,11 +86,7 @@ protected:
 
   /// Create solid from face with extrusion.
   virtual void makeSolid(const std::shared_ptr<GeomAPI_Shape> theFace,
-                         std::shared_ptr<GeomAPI_Shape>& theResult,
-                         ListOfShape& theFromFaces,
-                         ListOfShape& theToFaces,
-                         std::shared_ptr<GeomAlgoAPI_MakeShape>& theMakeShape,
-                         std::shared_ptr<GeomAPI_DataMapOfShapeShape>& theDataMap);
+                         std::shared_ptr<GeomAlgoAPI_MakeShape>& theMakeShape);
 
 public:
   /// Use plugin manager for features creation.