0026937: Eliminate NO_CXX_EXCEPTION macro support
[occt.git] / src / GC / GC_MakeTrimmedCylinder.cxx
index 350300d..cdcf287 100644 (file)
@@ -71,20 +71,6 @@ GC_MakeTrimmedCylinder::GC_MakeTrimmedCylinder(const gp_Ax1&       A1     ,
   }
 }
 
-GC_MakeTrimmedCylinder::GC_MakeTrimmedCylinder(const gp_Cylinder& , // Cyl,
-                                                const gp_Pnt&      , // P,
-                                                const Standard_Real )//Height)
-{
-  Standard_NotImplemented::Raise("GC_MakeTrimmedCylinder");
-}
-
-GC_MakeTrimmedCylinder::GC_MakeTrimmedCylinder(const gp_Cylinder& , // Cyl,
-                                                const gp_Pnt&      , // P1,
-                                                const gp_Pnt&      ) // P2)
-{
-  Standard_NotImplemented::Raise("GC_MakeTrimmedCylinder");
-}
-
 const Handle(Geom_RectangularTrimmedSurface)& GC_MakeTrimmedCylinder::
        Value() const
 {