diff --git a/swing/src/net/sf/openrocket/gui/rocketfigure/ParallelStageShapes.java b/swing/src/net/sf/openrocket/gui/rocketfigure/ParallelStageShapes.java index f8b1f58e4..565a23591 100644 --- a/swing/src/net/sf/openrocket/gui/rocketfigure/ParallelStageShapes.java +++ b/swing/src/net/sf/openrocket/gui/rocketfigure/ParallelStageShapes.java @@ -8,7 +8,6 @@ import net.sf.openrocket.util.Transformation; import java.awt.Shape; public class ParallelStageShapes extends RocketComponentShape { - //public static final Color boosterColor = new Color(220, 185, 185); public static final Color boosterColor = new Color(198,163,184); public static RocketComponentShape[] getShapesSide(final RocketComponent component, final Transformation transformation) { diff --git a/swing/src/net/sf/openrocket/gui/rocketfigure/PodSetShapes.java b/swing/src/net/sf/openrocket/gui/rocketfigure/PodSetShapes.java index 308e34929..7ef928f2d 100644 --- a/swing/src/net/sf/openrocket/gui/rocketfigure/PodSetShapes.java +++ b/swing/src/net/sf/openrocket/gui/rocketfigure/PodSetShapes.java @@ -8,7 +8,6 @@ import net.sf.openrocket.util.Transformation; import java.awt.Shape; public class PodSetShapes extends RocketComponentShape { - //public static final Color podsetColor = new Color(180, 180, 225); public static final Color podsetColor = new Color(160,160,215); public static RocketComponentShape[] getShapesSide(final RocketComponent component, final Transformation transformation) {