From 8ab1eabda73fcdb9569b298860e7e8b373530abb Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 15 Jun 2024 15:09:43 -0700 Subject: [PATCH] remove TODO --- src/ReceiveCommands.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index fe1ec9bd..24e5aace 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -3694,7 +3694,6 @@ static void on_ED_BB(shared_ptr c, uint16_t command, uint32_t, string& d } case 0x06ED: { const auto& cmd = check_size_t(data); - // TODO: Should this use the overlay or not? c->character(true, false)->tech_menu_shortcut_entries = cmd.tech_menu; break; }