Remove redundant disposal

This commit is contained in:
Svante Boberg
2022-07-27 14:34:00 +02:00
parent 078b83fcaf
commit 52dc6a456c
-2
View File
@@ -40,8 +40,6 @@ export class Linkifier2 extends Disposable implements ILinkifier2 {
public dispose(): void {
super.dispose();
this._onShowLinkUnderline.dispose();
this._onHideLinkUnderline.dispose();
this._lastMouseEvent = undefined;
}