Skip to content

Commit cf94217

Browse files
committed
remove unused code
1 parent f7d4994 commit cf94217

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/generators/nodes/Window.ts

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ export default class Window extends Node {
3030
type: 'Window';
3131
attributes: Attribute[];
3232

33-
init(
34-
block: Block,
35-
stripWhitespace: boolean,
36-
nextSibling: Node
37-
) {
38-
39-
}
40-
4133
build(
4234
block: Block,
4335
parentNode: string,

0 commit comments

Comments
 (0)