mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
remove unused vars
This commit is contained in:
parent
e8dadca6a2
commit
d9b80871f1
@ -379,9 +379,6 @@ function setCheckboxValues() {
|
|||||||
case 'bringToFront':
|
case 'bringToFront':
|
||||||
bringToFront = configData[key];
|
bringToFront = configData[key];
|
||||||
break;
|
break;
|
||||||
case 'memoryRefresh':
|
|
||||||
memoryRefresh = configData[key];
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user