]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Box.h
Salome HOME
[Code coverage GeomAPI]: Improve coverage quality
[modules/shaper.git] / src / GeomAPI / GeomAPI_Box.h
index c3c9673cc1ed9d624af2864ffefeeba26bd28467..07b9130a6207ecf8dbf8ff38129e26545f7844a2 100644 (file)
@@ -34,9 +34,6 @@ class GeomAPI_Pnt;
 class GeomAPI_Box : public GeomAPI_Interface
 {
 public:
-  /// Default constructor
-  GEOMAPI_EXPORT GeomAPI_Box();
-
   /// Creation of torus defined by center point, direction, major and minor radii
   GEOMAPI_EXPORT GeomAPI_Box(const std::shared_ptr<GeomAPI_Ax3>& theCorner,
                              const double theWidth,