0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepGeom / StepGeom_CartesianPoint.cxx
index bef9ba7..0788ffc 100644 (file)
@@ -20,13 +20,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepGeom_CartesianPoint,StepGeom_Point)
 
 StepGeom_CartesianPoint::StepGeom_CartesianPoint ()  {}
 
-void StepGeom_CartesianPoint::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepGeom_CartesianPoint::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(TColStd_HArray1OfReal)& aCoordinates)