mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-23 02:23:31 +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.
|
* Will create and handle ryzenadj.exe execution.
|
||||||
* @param {Event} e The event triggered.
|
|
||||||
*/
|
*/
|
||||||
function applyRyzenSettings(e) {
|
function applyRyzenSettings() {
|
||||||
const settings = {
|
const settings = {
|
||||||
"--stapm-limit=": document.getElementById('stapm_limit_w').value,
|
"--stapm-limit=": document.getElementById('stapm_limit_w').value,
|
||||||
"--fast-limit=": document.getElementById('ppt_fast_limit_w').value,
|
"--fast-limit=": document.getElementById('ppt_fast_limit_w').value,
|
||||||
|
Loading…
Reference in New Issue
Block a user