0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_Torus.cxx
index 939e2c6..4262ce1 100644 (file)
@@ -21,13 +21,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_Torus,StepGeom_GeometricRepresentationItem)
 
 StepShape_Torus::StepShape_Torus ()  {}
 
-void StepShape_Torus::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepShape_Torus::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepGeom_Axis1Placement)& aPosition,