Remove unwanted auto-added lines
This commit is contained in:
parent
f6d45b7de0
commit
ff344d4e37
1 changed files with 0 additions and 2 deletions
|
|
@ -213,8 +213,6 @@ impl Component for Left {
|
|||
self.title_text = String::from("Processing");
|
||||
}
|
||||
(_, Mode::SelectParts) => {
|
||||
let mut one: Option<usize> = None;
|
||||
let mut two: Option<usize> = None;
|
||||
self.title_text = String::from("Select Boot and OS Partitions");
|
||||
|
||||
// Get list of partitions for destination disk
|
||||
|
|
|
|||
Loading…
Reference in a new issue