remove unused var

This commit is contained in:
willyb321
2018-04-23 18:15:44 +10:00
parent abb0c7f90d
commit 32be186ec5

View File

@@ -28,7 +28,6 @@ export function specialToolTip(translate, blueprint, grp, m, specialName) {
} else if (featureDef.type === 'percentage') {
symbol = '%';
}
const modifierActions = Modifications.modifierActions[specialName];
let current = m.getModValue(feature) - m.getModValue(feature, true);
if (featureDef.type === 'percentage') {
current = Math.round(current / 10) / 10;