summaryrefslogtreecommitdiff
path: root/frontend/src/steamfixes/restart.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/steamfixes/restart.ts')
-rw-r--r--frontend/src/steamfixes/restart.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/steamfixes/restart.ts b/frontend/src/steamfixes/restart.ts
index 467efd6a..93fc08f7 100644
--- a/frontend/src/steamfixes/restart.ts
+++ b/frontend/src/steamfixes/restart.ts
@@ -4,13 +4,6 @@ import Logger from '../logger';
const logger = new Logger('RestartSteamFix');
-declare global {
- interface Window {
- SteamClient: any;
- appDetailsStore: any;
- }
-}
-
let patch: Patch;
function rePatch() {