[commands] Revert "Change grouping decorator impl to flatten nested group structures (#3335)" (#4402)

This reverts commit ef4ea84cb5.
This commit is contained in:
Starlight220
2022-09-07 19:04:21 +03:00
committed by GitHub
parent 0389bf5214
commit d9b4e7b8bf
16 changed files with 14 additions and 134 deletions

View File

@@ -69,8 +69,6 @@ class RepeatCommand : public CommandHelper<CommandBase, RepeatCommand> {
bool RunsWhenDisabled() const override;
RepeatCommand Repeatedly() && override;
private:
std::unique_ptr<Command> m_command;
};