From b8fe799ac6b03d6baa4f97cedc304bfeebbd4588 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 17 May 2022 02:07:38 +0200 Subject: [PATCH] :coffin: Remove dead code for the settings I turned the settings into a module in 4cb85391432443cdb160979362c30ff0b54095f9 --- src/tools/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/types.ts b/src/tools/types.ts index 1b3d9437b..6465fc295 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -1,6 +1,5 @@ export interface Settings { searchUrl: string; - searchBar: boolean; enabledModules: string[]; [key: string]: any; }