Remove unused child getter

This commit is contained in:
toasted-nutbread 2019-12-15 21:44:03 -05:00
parent 801df8000f
commit 72ab6f1f45
2 changed files with 0 additions and 8 deletions

View File

@ -34,10 +34,6 @@ class PopupProxy {
return null;
}
get child() {
return null;
}
get depth() {
return this._depth;
}

View File

@ -50,10 +50,6 @@ class Popup {
return this._parent;
}
get child() {
return this._child;
}
get depth() {
return this._depth;
}