Update scene_manager.rs
Removed unused and duplicate implementation of ReceicveMSAReturnOption
This commit is contained in:
parent
d803705549
commit
ae0b6b3939
1 changed files with 1 additions and 6 deletions
|
@ -8,11 +8,6 @@ pub trait Scene<'a> {
|
||||||
fn receive_menu_sub_action(&mut self, sub_action: &super::action::MenuSubAction) -> super::store::ReceiveMSAReturnOption;
|
fn receive_menu_sub_action(&mut self, sub_action: &super::action::MenuSubAction) -> super::store::ReceiveMSAReturnOption;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum ReceiveMSAReturnOption {
|
|
||||||
NoNewAction(),
|
|
||||||
NewAction(Vec<super::action::MenuSubAction>),
|
|
||||||
}
|
|
||||||
|
|
||||||
pub struct MinimalScene {
|
pub struct MinimalScene {
|
||||||
button: super::button::Button
|
button: super::button::Button
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue