Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index e40392c1405fc9f8bb8343f71d4f89e8b7dad256..4b8e94c6459b98bc692765fd3daf8cca031c45fe 100644 (file)
@@ -98,11 +98,6 @@ class FeaturesPlugin_Placement : public ModelAPI_Feature
 private:
   /// Checks validity of passed shape.
   bool isShapeValid(GeomShapePtr theShape);
-
-  /// Load Naming data structure of the feature to the document
-  void loadNamingDS(GeomAlgoAPI_Transform& theTransformAlgo,
-                    std::shared_ptr<ModelAPI_ResultBody> theResultBody,
-                    std::shared_ptr<GeomAPI_Shape> theBaseShape);
 };
 
 #endif