Skip to content

Commit bfc73b6

Browse files
committed
rm unused var
1 parent cfd8c45 commit bfc73b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibleView.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class AccessibleView extends Disposable {
6363
private _accessiblityHelpIsShown: IContextKey<boolean>;
6464
get editorWidget() { return this._editorWidget; }
6565
private _editorContainer: HTMLElement;
66-
private _keyListener: IDisposable | undefined;
6766
constructor(
6867
@IOpenerService private readonly _openerService: IOpenerService,
6968
@IInstantiationService private readonly _instantiationService: IInstantiationService,
@@ -142,7 +141,6 @@ class AccessibleView extends Disposable {
142141
this._contextViewService.hideContextView();
143142
// Delay to allow the context view to hide #186514
144143
setTimeout(() => provider.onClose(), 100);
145-
this._keyListener?.dispose();
146144
} else if (e.keyCode === KeyCode.KeyD && this._configurationService.getValue(settingKey)) {
147145
this._configurationService.updateValue(settingKey, false);
148146
}

0 commit comments

Comments
 (0)