Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanSmash.h
index 0238d271292a3f754c2af746dfa77d488e1e0191..8a0057c9bcf7844550e5d2777adafa31331f09bf 100644 (file)
@@ -70,17 +70,6 @@ public:
 
   /// Use plugin manager for features creation.
   FeaturesPlugin_BooleanSmash();
-
-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