0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepGeom / StepGeom_CurveReplica.cxx
index 801c688..87d2b03 100644 (file)
@@ -22,13 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CurveReplica,StepGeom_Curve)
 
 StepGeom_CurveReplica::StepGeom_CurveReplica ()  {}
 
-void StepGeom_CurveReplica::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepGeom_CurveReplica::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepGeom_Curve)& aParentCurve,