chore: remove unused code

This commit is contained in:
Slug-Boi
2025-04-18 23:43:08 +02:00
committed by Theis
parent ac1e59b7ee
commit 6d72b93ac2
-6
View File
@@ -309,12 +309,6 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
return m, cmd
}
func (m Model) change_list_items() {
m.list.SetItems(m.list.Items())
m.list.ResetFilter()
}
func generate_list(scope int) []list.Item {
items := []list.Item{}
local_dupProtect := map[string]string{}