Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Jun 5, 2023
1 parent 78663b8 commit 3d95680
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ function setSettings(settings) {
return localStorage.setItem(settingsLocalStorageKey, storageData);
}

function getOriginalOption(key) {
return getOriginalSettings()[key];
}

function getOption(key) {
return getFinalSettings()[key];
}
Expand Down

0 comments on commit 3d95680

Please sign in to comment.