0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_BrepWithVoids.cxx
index 4d2452a..1065722 100644 (file)
@@ -22,14 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_BrepWithVoids,StepShape_ManifoldSolidBrep)
 
 StepShape_BrepWithVoids::StepShape_BrepWithVoids ()  {}
 
-void StepShape_BrepWithVoids::Init(
-       const Handle(TCollection_HAsciiString)& aName,
-       const Handle(StepShape_ClosedShell)& aOuter)
-{
-
-       StepShape_ManifoldSolidBrep::Init(aName, aOuter);
-}
-
 void StepShape_BrepWithVoids::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_ClosedShell)& aOuter,