0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_VertexPoint.hxx
index f134307..28f1611 100644 (file)
@@ -38,9 +38,7 @@ public:
   //! Returns a VertexPoint
   Standard_EXPORT StepShape_VertexPoint();
   
-  Standard_EXPORT virtual void Init (const Handle(TCollection_HAsciiString)& aName) Standard_OVERRIDE;
-  
-  Standard_EXPORT virtual void Init (const Handle(TCollection_HAsciiString)& aName, const Handle(StepGeom_Point)& aVertexGeometry);
+  Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aName, const Handle(StepGeom_Point)& aVertexGeometry);
   
   Standard_EXPORT void SetVertexGeometry (const Handle(StepGeom_Point)& aVertexGeometry);