From abb2b081a1fcd385dec708509cfee7f13750cacd Mon Sep 17 00:00:00 2001 From: Evgeny Khudoba Date: Sat, 22 Jun 2024 23:26:40 +0700 Subject: [PATCH] removed redundant code Co-authored-by: Alexandre Bury --- cursive/examples/mines/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cursive/examples/mines/main.rs b/cursive/examples/mines/main.rs index 93cb3f04..a01654c5 100644 --- a/cursive/examples/mines/main.rs +++ b/cursive/examples/mines/main.rs @@ -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")