diff --git a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java index 37d245772..19e76c98b 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java +++ b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java @@ -516,8 +516,6 @@ public class Rocket extends ComponentAssembly { while (iterator.hasNext()) { iterator.next().componentChanged(cce); } - - updateConfigurations(); notifyAllListeners(cce);