Removed unused variable.

This commit is contained in:
Quentin Decaunes 2019-02-28 18:39:33 +01:00
parent 1336779a6a
commit b559b7d025

View File

@ -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,