js: Drop unused function

This commit is contained in:
Daniel 2023-06-29 18:45:07 +02:00
parent 1fbe75678a
commit 1db2c0414e

View File

@ -108,11 +108,6 @@ function animations(value) {
}
}
function reset_all_settings() {
if (check_cookies()) localStorage.clear();
load_config(CONFIG_DEFAULT);
}
let S_TAP_LOCK;
function open_screen(button) {
if (S_TAP_LOCK) return;