X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_CompoundBuilder.h;fp=src%2FGeomAlgoAPI%2FGeomAlgoAPI_CompoundBuilder.h;h=013efb74cb03b88cb5dbadd69e2cd2434aac7106;hb=3692e4ddfe1d709b235b6f1a8b96218ead1a45c5;hp=66081ef389fb6631f5e147ade38ef1c9f60330e3;hpb=d1573bd4d5c0872086f042e66fee3efdee501d45;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h index 66081ef38..013efb74c 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h @@ -40,12 +40,6 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_CompoundBuilder /// \param theShapes a list of shapes static std::shared_ptr compound( std::list > 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 theContext, std::shared_ptr theSub); }; #endif