From 6614a1f056b00385839fcf2f5171cddcfa4a979a Mon Sep 17 00:00:00 2001 From: CoCo_Sol007 Date: Tue, 26 Mar 2024 10:07:12 +0000 Subject: [PATCH] Remove unless todo (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.tipragot.fr/fish-canard/border-wars/pulls/85 Reviewed-by: Raphaƫl Co-authored-by: CoCo_Sol007 Co-committed-by: CoCo_Sol007 --- crates/border-wars/src/scenes/lobby.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/border-wars/src/scenes/lobby.rs b/crates/border-wars/src/scenes/lobby.rs index 89201c9..b734f2c 100644 --- a/crates/border-wars/src/scenes/lobby.rs +++ b/crates/border-wars/src/scenes/lobby.rs @@ -44,7 +44,6 @@ fn lobby_ui( return; } ui.label("Game ID: "); - // TODO : get the game ID and display it. ui.text_edit_singleline(&mut connection.identifier().unwrap_or_default().to_string()); });