mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
chore: remove unused code
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user