refactor: fix all unused parameter / variable warnings

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-21 10:33:08 +03:00
parent a601b98b74
commit 289bfb0605
5 changed files with 13 additions and 15 deletions

View File

@ -37,7 +37,6 @@ type ScrollTableStyle struct {
ColumnTitleHeight unit.Dp
CellWidth unit.Dp
CellHeight unit.Dp
element func(gtx C, x, y int) D
}
func NewScrollTable(table tracker.Table, vertList, horizList tracker.List) *ScrollTable {