0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_FaceSurface.cxx
index e1d8488..ff8f260 100644 (file)
@@ -21,14 +21,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_FaceSurface,StepShape_Face)
 
 StepShape_FaceSurface::StepShape_FaceSurface ()  {}
 
-void StepShape_FaceSurface::Init(
-       const Handle(TCollection_HAsciiString)& aName,
-       const Handle(StepShape_HArray1OfFaceBound)& aBounds)
-{
-
-       StepShape_Face::Init(aName, aBounds);
-}
-
 void StepShape_FaceSurface::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_HArray1OfFaceBound)& aBounds,