diff --git a/src/generators/nodes/Window.ts b/src/generators/nodes/Window.ts index 1ed635db38e6..6396577003ba 100644 --- a/src/generators/nodes/Window.ts +++ b/src/generators/nodes/Window.ts @@ -30,14 +30,6 @@ export default class Window extends Node { type: 'Window'; attributes: Attribute[]; - init( - block: Block, - stripWhitespace: boolean, - nextSibling: Node - ) { - - } - build( block: Block, parentNode: string,