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': case 'bringToFront':
bringToFront = configData[key]; bringToFront = configData[key];
break; break;
case 'memoryRefresh':
memoryRefresh = configData[key];
break;
default: default:
break; break;
} }