mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-24 14:44:38 +03:00
Remove an unused method
This commit is contained in:
parent
764fd321f6
commit
6c015a2aa8
@ -67,14 +67,6 @@ func (f filteredItems) items() []Item {
|
||||
return agg
|
||||
}
|
||||
|
||||
func (f filteredItems) matches() [][]int {
|
||||
agg := make([][]int, len(f))
|
||||
for i, v := range f {
|
||||
agg[i] = v.matches
|
||||
}
|
||||
return agg
|
||||
}
|
||||
|
||||
// FilterMatchesMsg contains data about items matched during filtering. The
|
||||
// message should be routed to Update for processing.
|
||||
type FilterMatchesMsg []filteredItem
|
||||
|
Loading…
Reference in New Issue
Block a user