mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Removed unused variable.
This commit is contained in:
parent
1336779a6a
commit
b559b7d025
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user