Salome HOME
Crash when searching duplicated constraints
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionSketch.h
index fe914cc5db0a88cc55a9551c641ec179ad0653f8..b3d61b269955e83cd2a46b94659767e8f3ffe40f 100644 (file)
@@ -93,11 +93,7 @@ protected:
 
   /// Create solids from faces with revolution.
   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.