unused stuff
This commit is contained in:
@@ -118,14 +118,4 @@ impl IntroState {
|
|||||||
pub fn previous_option(&mut self) {
|
pub fn previous_option(&mut self) {
|
||||||
self.selected_option = if self.selected_option == 0 { 2 } else { self.selected_option - 1 };
|
self.selected_option = if self.selected_option == 0 { 2 } else { self.selected_option - 1 };
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn handle_selection(&self, app_state: &mut crate::state::state::AppState) {
|
|
||||||
match self.selected_option {
|
|
||||||
0 => { /* Continue logic */ }
|
|
||||||
1 => {}
|
|
||||||
2 => {}
|
|
||||||
_ => {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user