Skip to content

Commit

Permalink
fix: unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 6, 2024
1 parent f072411 commit d547319
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion filter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ type model struct {
selectedPrefix string
unselectedPrefix string
height int
aborted bool
quitting bool
headerStyle lipgloss.Style
matchStyle lipgloss.Style
Expand Down
1 change: 0 additions & 1 deletion input/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ type model struct {
headerStyle lipgloss.Style
textinput textinput.Model
quitting bool
aborted bool
showHelp bool
help help.Model
keymap keymap
Expand Down

0 comments on commit d547319

Please sign in to comment.