there is also no need to leave commented code in place

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@291 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Nathan Curtis
2007-05-03 18:21:54 +00:00
parent 3a1f70e5cc
commit eac0b2a791
@@ -103,7 +103,6 @@ public class EZGameConfigurator extends FlexGameConfigurator
var ident :String = String(_customConfigs[ii]);
var control :UIComponent = (_customConfigs[ii + 1] as UIComponent);
if (control is LabeledSlider) {
//params.put(ident, new Integer((control as LabeledSlider).slider.value));
params.put(ident, (control as LabeledSlider).slider.value);
} else if (control is CheckBox) {