]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.cpp
Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Remove redundant code...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BREPExport.cpp
index 0499c7587bd094fb3e32f9085234f412f5f0a2c3..506a082645e816ee5831cc0a3c86eff803dc4501 100644 (file)
@@ -15,7 +15,7 @@ namespace BREPExport {
 bool Export(const TCollection_AsciiString& theFileName,
             const TCollection_AsciiString&,
             const TopoDS_Shape& theShape,
-            TCollection_AsciiString& theError, const TDF_Label&)
+            TCollection_AsciiString& theError)
 {
   #ifdef _DEBUG
   std::cout << "Export BREP into file " << theFileName << std::endl;