"Dead code" removed
This commit is contained in:
parent
d4c7bd03be
commit
ca57218e2c
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue