]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Box.cpp
Salome HOME
[Code coverage GeomAPI]: Improve coverage quality
[modules/shaper.git] / src / GeomAPI / GeomAPI_Box.cpp
index 68fe4db81db366692b81b4699adcb2833056161c..76189f460e075a8172e510a7ba832eb85bb9c03d 100644 (file)
@@ -43,12 +43,6 @@ struct Box
 
 #define MY_BOX implPtr<Box>()
 
-//=================================================================================================
-GeomAPI_Box::GeomAPI_Box()
-  : GeomAPI_Interface(new Box(std::shared_ptr<GeomAPI_Ax3>(new GeomAPI_Ax3), 0., 0., 0.))
-{
-}
-
 //=================================================================================================
 GeomAPI_Box::GeomAPI_Box(const std::shared_ptr<GeomAPI_Ax3>& theCorner,
                          const double theWidth,