remove unused clear method

This commit is contained in:
MapleLeaf
2021-12-21 11:00:25 -06:00
parent a4119bf694
commit b74527ddf4

View File

@@ -20,10 +20,6 @@ export abstract class ContainerInstance extends BaseInstance {
this.children.push(child) this.children.push(child)
} }
clear() {
this.children.splice(0)
}
protected getChildrenText(): string { protected getChildrenText(): string {
let text = "" let text = ""
for (const child of this.children) { for (const child of this.children) {