Skip to content

Commit bafa1e6

Browse files
committed
Remove row/col
1 parent dfa19d7 commit bafa1e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/layout.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ impl Layout {
2222
}
2323
}
2424

25-
pub fn row(&self) -> Row {
26-
self.size().0
27-
}
28-
29-
pub fn col(&self) -> Col {
30-
self.size().1
31-
}
32-
3325
pub fn lda(&self) -> LDA {
3426
match *self {
3527
Layout::C((_, lda)) => lda,

0 commit comments

Comments
 (0)