Remove unused functions.

This commit is contained in:
2025-12-02 18:18:45 +00:00
parent 8445e50dc8
commit 90e0375a83
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -295,11 +295,6 @@ func (l *ListView) ViewFiltered(searchTerm string) string {
return sb.String()
}
// GroupCount returns the number of groups.
func (l *ListView) GroupCount() int {
return len(l.groupOrder)
}
// GetGroups returns all group names.
func (l *ListView) GetGroups() []string {
return l.groupOrder