From 5d3bdd975cf39b2e3659ff96ed482d6e8fe45128 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Wed, 12 Dec 2012 22:23:56 -0600 Subject: [PATCH] Forgot to remove FIXME comment in previous commit. --- core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java b/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java index df6e95744..1bb158549 100644 --- a/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java +++ b/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java @@ -111,7 +111,6 @@ public class SimulationPlotDialog extends JDialog { panel.add(button, "gapleft rel"); //// Add series selection box - //// FIXME ArrayList stages = new ArrayList(); stages.add("All"); stages.addAll( Util.generateSeriesLabels(simulation));