0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_ExtrudedFaceSolid.cxx
index 7dffca5..959ad86 100644 (file)
@@ -22,14 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_ExtrudedFaceSolid,StepShape_SweptFaceSolid)
 
 StepShape_ExtrudedFaceSolid::StepShape_ExtrudedFaceSolid ()  {}
 
-void StepShape_ExtrudedFaceSolid::Init(
-       const Handle(TCollection_HAsciiString)& aName,
-       const Handle(StepShape_FaceSurface)& aSweptArea)
-{
-
-  StepShape_SweptFaceSolid::Init(aName, aSweptArea);
-}
-
 void StepShape_ExtrudedFaceSolid::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_FaceSurface)& aSweptArea,