command : suppression fonction en commentaire
This commit is contained in:
parent
5f59139c3e
commit
2a0f11cca8
1 changed files with 0 additions and 9 deletions
|
@ -34,15 +34,6 @@ impl CommandSequence {
|
|||
next_command: None,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
pub fn add(&self, command: &dyn Command) {
|
||||
if self.command.is_none() {
|
||||
let my_box = Box::new(command.to_owned());
|
||||
self.command = Some(my_box);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
impl Command for CommandSequence {
|
||||
|
|
Loading…
Reference in a new issue