0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_Sphere.cxx
index 45dad7e..09edb3a 100644 (file)
@@ -21,13 +21,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_Sphere,StepGeom_GeometricRepresentationItem
 
 StepShape_Sphere::StepShape_Sphere ()  {}
 
-void StepShape_Sphere::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepShape_Sphere::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Standard_Real aRadius,