mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-07-13 16:17:10 +00:00
Remove unused functions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user