diff --git a/src/file/styles/style/style.ts b/src/file/styles/style/style.ts index 92df610e0d..d0d69f17ed 100644 --- a/src/file/styles/style/style.ts +++ b/src/file/styles/style/style.ts @@ -25,8 +25,4 @@ export class Style extends XmlComponent { this.root.push(new Name(name)); } } - - public push(styleSegment: XmlComponent): void { - this.root.push(styleSegment); - } }