remove unused vars

This commit is contained in:
Vishwas Shashidhar 2018-05-10 23:50:06 +05:30
parent e8dadca6a2
commit d9b80871f1

View File

@ -379,9 +379,6 @@ function setCheckboxValues() {
case 'bringToFront':
bringToFront = configData[key];
break;
case 'memoryRefresh':
memoryRefresh = configData[key];
break;
default:
break;
}