0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_FaceBound.cxx
index a8e102c..72331b2 100644 (file)
@@ -21,13 +21,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_FaceBound,StepShape_TopologicalRepresentati
 
 StepShape_FaceBound::StepShape_FaceBound ()  {}
 
-void StepShape_FaceBound::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepShape_FaceBound::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_Loop)& aBound,