"Dead code" removed

This commit is contained in:
inkursion 2025-06-12 21:34:31 +00:00
parent d4c7bd03be
commit ca57218e2c

View file

@ -32,10 +32,6 @@ impl HollowGridManager {
self.map.read().as_ref().unwrap().chessboard_id
}
pub fn get_col_num(&self) -> i32 {
<u8 as Into<i32>>::into(self.map.read().as_ref().unwrap().col).clone()
}
pub fn move_to(
&self,
destination_grid: u16,