diff --git a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java index 1584813f5..38a9d2741 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java +++ b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java @@ -598,7 +598,6 @@ public class Rocket extends RocketComponent { * @param id the flight configuration id * @return the configuration name */ - // FIXME: Check references to this method adhere to the new returning of DEFAULT_NAME public String getFlightConfigurationName(String id) { checkState(); if (!isFlightConfigurationID(id))