Skip to content

Commit

Permalink
remove un-use struct
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Aug 19, 2022
1 parent 49c78a1 commit 582f7de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions excelizeam.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ type StoredRow struct {
Cols map[int]*Cell
}

type SortedRow struct {
Row
Cols []SortedCol
}

type SortedCol struct {
Index int
Cell
}

type Row struct {
Index int
}
Expand Down

0 comments on commit 582f7de

Please sign in to comment.