From b559b7d025045eaf112540b0644d538480d5fa92 Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Thu, 28 Feb 2019 18:39:33 +0100 Subject: [PATCH] Removed unused variable. --- js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 44faaa2..b4b00ed 100644 --- a/js/app.js +++ b/js/app.js @@ -7,9 +7,8 @@ ready(function(){ /** * Will create and handle ryzenadj.exe execution. - * @param {Event} e The event triggered. */ -function applyRyzenSettings(e) { +function applyRyzenSettings() { const settings = { "--stapm-limit=": document.getElementById('stapm_limit_w').value, "--fast-limit=": document.getElementById('ppt_fast_limit_w').value,