Salome HOME
[bos #38360] [CEA] improve performances of exportXAO and PublishToStudy
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_CompoundBuilder.h
index 66081ef389fb6631f5e147ade38ef1c9f60330e3..013efb74cb03b88cb5dbadd69e2cd2434aac7106 100644 (file)
@@ -40,12 +40,6 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_CompoundBuilder
   /// \param theShapes a list of shapes
   static std::shared_ptr<GeomAPI_Shape> compound(
       std::list<std::shared_ptr<GeomAPI_Shape> > theShapes);
-
-  /// Produces the integerr identifier of the shape theSub in theContext (needed for
-  /// groups export to old GEOM)
-  /// \returns zero if theSub not found in theContext
-  static int id(
-      std::shared_ptr<GeomAPI_Shape> theContext, std::shared_ptr<GeomAPI_Shape> theSub);
 };
 
 #endif