Remove unused child getter
This commit is contained in:
parent
801df8000f
commit
72ab6f1f45
@ -34,10 +34,6 @@ class PopupProxy {
|
||||
return null;
|
||||
}
|
||||
|
||||
get child() {
|
||||
return null;
|
||||
}
|
||||
|
||||
get depth() {
|
||||
return this._depth;
|
||||
}
|
||||
|
@ -50,10 +50,6 @@ class Popup {
|
||||
return this._parent;
|
||||
}
|
||||
|
||||
get child() {
|
||||
return this._child;
|
||||
}
|
||||
|
||||
get depth() {
|
||||
return this._depth;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user