mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
removing the sash accessors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user