Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanCommon.h
index caf67d38e76c1c90999d0bca2eeda1ccd583a49c..d7dafcd6714ab29d823391392ba84fb10c9930e1 100644 (file)
@@ -91,17 +91,6 @@ public:
 
   /// Use plugin manager for features creation.
   FeaturesPlugin_BooleanCommon();
-
-private:
-
-  /// Load Naming data structure of the feature to the document
-  void loadNamingDS(ResultBodyPtr theResultBody,
-                    const GeomShapePtr theBaseShape,
-                    const ListOfShape& theTools,
-                    const GeomShapePtr theResultShape,
-                    GeomAlgoAPI_MakeShape& theMakeShape,
-                    GeomAPI_DataMapOfShapeShape& theMapOfShapes);
-
 };
 
 #endif