refactor!: remove deprecated references

This removes all the `NewModel` functions from all the bubbles and any
deprecated fields and types.
This commit is contained in:
Ayman Bagabas
2024-09-19 13:44:03 -04:00
parent 95541c2f51
commit 09242fdf67
6 changed files with 0 additions and 84 deletions
-5
View File
@@ -244,11 +244,6 @@ func New(items []Item, delegate ItemDelegate, width, height int) Model {
return m
}
// NewModel returns a new model with sensible defaults.
//
// Deprecated: use [New] instead.
var NewModel = New
// SetFilteringEnabled enables or disables filtering. Note that this is different
// from ShowFilter, which merely hides or shows the input view.
func (m *Model) SetFilteringEnabled(v bool) {