cleanup: delete unused Model fields

This commit is contained in:
Gu1llaum-3 2025-09-02 14:14:26 +02:00
parent 5dca755b11
commit 98aa2b6579

View File

@ -46,8 +46,6 @@ type Model struct {
searchMode bool
deleteMode bool
deleteHost string
exitAction string
exitHostName string
historyManager *history.HistoryManager
sortMode SortMode
@ -55,7 +53,6 @@ type Model struct {
viewMode ViewMode
addForm *addFormModel
editForm *editFormModel
previousView ViewMode
// Terminal size and styles
width int