Skip to content

Commit b22007c

Browse files
committed
chore: remove todo
Signed-off-by: Thomas Mauran <thomasmauran@yahoo.com>
1 parent c10f35c commit b22007c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/game_logic/ui.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ impl UI {
299299

300300
let line_count = piece_str.lines().count().max(1) as u16;
301301

302-
// TODO FOR ASCII if piece_style == ascii force that
303302
let color_enum = match piece_color {
304303
Some(shakmaty::Color::White) => self.skin.piece_white_color,
305304
Some(shakmaty::Color::Black) => self.skin.piece_black_color,

0 commit comments

Comments
 (0)