removing the sash accessors

This commit is contained in:
Aiday Marlen Kyzy
2023-06-16 12:07:12 +02:00
parent 991bde4944
commit 994e9bf1d4

View File

@@ -187,20 +187,4 @@ export class ResizableHTMLElement {
get preferredSize() {
return this._preferredSize;
}
get northSash() {
return this._northSash;
}
get eastSash() {
return this._eastSash;
}
get westSash() {
return this._westSash;
}
get southSash() {
return this._southSash;
}
}