0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_GeometricSet.cxx
index 61fbd23..24e59cb 100644 (file)
@@ -21,13 +21,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepShape_GeometricSet,StepGeom_GeometricRepresentati
 
 StepShape_GeometricSet::StepShape_GeometricSet ()  {}
 
-void StepShape_GeometricSet::Init(
-       const Handle(TCollection_HAsciiString)& aName)
-{
-
-       StepRepr_RepresentationItem::Init(aName);
-}
-
 void StepShape_GeometricSet::Init(
        const Handle(TCollection_HAsciiString)& aName,
        const Handle(StepShape_HArray1OfGeometricSetSelect)& aElements)