Skip to content

Commit

Permalink
removed redundant code
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Bury <[email protected]>
  • Loading branch information
xilec and gyscos authored Jun 22, 2024
1 parent fc48eb5 commit abb2b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cursive/examples/mines/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ fn show_scores(s: &mut Cursive) {
}

fn new_game(siv: &mut Cursive, options: model::Options) {
let _board = model::Board::new(options);

let dialog = Dialog::new()
.title("Minesweeper")
Expand Down

0 comments on commit abb2b08

Please sign in to comment.