Salome HOME
[Code coverage GeomAlgoAPI]: Remove default constructors of algorithms
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Ellipsoid.h
index 96a37ea70f9a25dd997e552443b228893adc6ec9..2e47ce7eabde538c1373a2755b1d371b691ff58c 100644 (file)
@@ -30,8 +30,6 @@
 class GeomAlgoAPI_Ellipsoid : public GeomAlgoAPI_MakeShape
 {
  public:
-  GEOMALGOAPI_EXPORT GeomAlgoAPI_Ellipsoid();
-
   /// Creates a ellipsoid using standard GDML parameters.
   /// \param theAx X dimension of the ellipsoid.
   /// \param theBy Y dimension of the ellipsoid.