0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepGeom / StepGeom_Axis2Placement2d.cxx
index 0b5a732..ec5bf50 100644 (file)
@@ -22,14 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepGeom_Axis2Placement2d,StepGeom_Placement)
 
 StepGeom_Axis2Placement2d::StepGeom_Axis2Placement2d ()  {}
 
-void StepGeom_Axis2Placement2d::Init(
-       const Handle(TCollection_HAsciiString)& aName,
-       const Handle(StepGeom_CartesianPoint)& aLocation)
-{
-
-       StepGeom_Placement::Init(aName, aLocation);
-}
-
 void StepGeom_Axis2Placement2d::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepGeom_CartesianPoint)& aLocation,