diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-12-29 13:11:11 -0500 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-12-29 13:11:11 -0500 |
| commit | 8810a014f3e1783c9b6c1ac2d1b83a0f5c38af10 (patch) | |
| tree | 630a8299c0ae76405b8ead1814cd9b9111dbe3ab /frontend/src | |
| parent | 385552451b84f0b49312eb466342238fadaaac24 (diff) | |
| download | decky-loader-8810a014f3e1783c9b6c1ac2d1b83a0f5c38af10.tar.gz decky-loader-8810a014f3e1783c9b6c1ac2d1b83a0f5c38af10.zip | |
somehow accidentally left this in
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/tabs-hook.tsx | 2 |
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) { |
