summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/tabs-hook.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx
index a518c4c9..00adf206 100644
--- a/frontend/src/tabs-hook.tsx
+++ b/frontend/src/tabs-hook.tsx
@@ -23,7 +23,6 @@ class TabsHook extends Logger {
tabs: Tab[] = [];
private qAMRoot?: any;
private qamPatch?: Patch;
- private unsubscribeSecurity?: () => void;
constructor() {
super('TabsHook');
@@ -114,7 +113,6 @@ class TabsHook extends Logger {
deinit() {
this.qamPatch?.unpatch();
this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
- this.unsubscribeSecurity?.();
}
add(tab: Tab) {