From: Richard Fairhurst Date: Fri, 4 Sep 2009 13:52:18 +0000 (+0000) Subject: comment out Inspector as it won't compile out the box otherwise X-Git-Tag: 0.5~639 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/14ae4e7daf8ea46310bc26cafe04a1f2dbbb109d comment out Inspector as it won't compile out the box otherwise --- diff --git a/net/systemeD/halcyon/styleparser/RuleSet.as b/net/systemeD/halcyon/styleparser/RuleSet.as index e17b69c9..db05291a 100644 --- a/net/systemeD/halcyon/styleparser/RuleSet.as +++ b/net/systemeD/halcyon/styleparser/RuleSet.as @@ -6,7 +6,7 @@ package net.systemeD.halcyon.styleparser { import net.systemeD.halcyon.Globals; import net.systemeD.halcyon.Map; import net.systemeD.halcyon.connection.Entity; - import bustin.dev.Inspector; +// import bustin.dev.Inspector; public class RuleSet { @@ -52,8 +52,8 @@ package net.systemeD.halcyon.styleparser { private function loadedCSS(event:Event):void { var css:MapCSS=new MapCSS(map); choosers=css.parse(event.target.data); - Inspector.getInstance().show(); - Inspector.getInstance().shelf('Choosers', choosers); +// Inspector.getInstance().show(); +// Inspector.getInstance().shelf('Choosers', choosers); loadImages(); }