diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/SelectCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/SelectCommand.h index 51addd6d068..0bec3c34e3f 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/SelectCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/SelectCommand.h @@ -57,7 +57,6 @@ class SelectCommand : public CommandHelper> { for (auto&& command : foo) { CommandScheduler::GetInstance().RequireUngrouped(command.second.get()); - command.second.get()->SetComposed(true); } for (auto&& command : foo) { @@ -77,7 +76,6 @@ class SelectCommand : public CommandHelper> { : m_selector{std::move(selector)} { for (auto&& command : commands) { CommandScheduler::GetInstance().RequireUngrouped(command.second.get()); - command.second.get()->SetComposed(true); } for (auto&& command : commands) {