FIX: removes more unused code

This commit is contained in:
Nicolás Hatcher
2024-02-13 19:05:11 +01:00
parent ef8b1053dc
commit 29743f09e1
2 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ pub struct CellReference {
pub row: i32,
}
#[derive(Clone)]
pub struct Range {
pub left: CellReference,
pub right: CellReference,