Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Translation.h
index 191f208ab2201124903c1d1c31d31c0422d3f4e0..624d8de393c49c8c40984baae44ef4df4de5eb73 100644 (file)
@@ -149,10 +149,6 @@ private:
 
   ///Perform the translation usind two points
   void performTranslationByTwoPoints();
-
-  void loadNamingDS(GeomAlgoAPI_Translation& theTranslationAlgo,
-                    std::shared_ptr<ModelAPI_ResultBody> theResultBody,
-                    std::shared_ptr<GeomAPI_Shape> theBaseShape);
 };
 
 #endif