0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_OrientedClosedShell.cxx
index 46bbac4..01e2901 100644 (file)
@@ -22,14 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_OrientedClosedShell,StepShape_ClosedShell)
 
 StepShape_OrientedClosedShell::StepShape_OrientedClosedShell ()  {}
 
-void StepShape_OrientedClosedShell::Init(
-       const Handle(TCollection_HAsciiString)& aName,
-       const Handle(StepShape_HArray1OfFace)& aCfsFaces)
-{
-
-       StepShape_ConnectedFaceSet::Init(aName, aCfsFaces);
-}
-
 void StepShape_OrientedClosedShell::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_ClosedShell)& aClosedShellElement,