Salome HOME
Issue #2716: no check that subshapes of the same shape are used for common
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Rotation.h
index ce064ca2176c484f32f38380680ed0c904dea0c8..0c8a24aeee8f54415790f672ec9c414a300b0a8c 100755 (executable)
@@ -125,10 +125,6 @@ private:
 
   ///Perform the rotation using a center and two points.
   void performTranslationByThreePoints();
-
-  void loadNamingDS(GeomAlgoAPI_Rotation& theRotaionAlgo,
-                    std::shared_ptr<ModelAPI_ResultBody> theResultBody,
-                    std::shared_ptr<GeomAPI_Shape> theBaseShape);
 };
 
 #endif