Remove unused method

This commit is contained in:
Dolan
2019-10-10 21:10:03 +01:00
parent 1d5e806ff4
commit db59474f1e

View File

@ -25,8 +25,4 @@ export class Style extends XmlComponent {
this.root.push(new Name(name));
}
}
public push(styleSegment: XmlComponent): void {
this.root.push(styleSegment);
}
}