mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
refactor: remove unused function
This commit is contained in:
parent
b7ea5689c7
commit
dc36e8097d
1 changed files with 0 additions and 5 deletions
|
@ -439,11 +439,6 @@ async function setupConfig() {
|
|||
Config.config = config;
|
||||
}
|
||||
|
||||
// Reset config
|
||||
function resetConfig() {
|
||||
Config.config = Config.defaults;
|
||||
}
|
||||
|
||||
function convertJSON(): void {
|
||||
Object.keys(Config.localConfig).forEach(key => {
|
||||
Config.localConfig[key] = decodeStoredItem(key, Config.localConfig[key]);
|
||||
|
|
Loading…
Reference in a new issue