From eac0b2a791510a22d152bff6bd970eb7f58b731c Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Thu, 3 May 2007 18:21:54 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/ezgame/client/EZGameConfigurator.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/client/EZGameConfigurator.as b/src/as/com/threerings/ezgame/client/EZGameConfigurator.as index f414d871..d413a8f0 100644 --- a/src/as/com/threerings/ezgame/client/EZGameConfigurator.as +++ b/src/as/com/threerings/ezgame/client/EZGameConfigurator.as @@ -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) {