aboutsummaryrefslogtreecommitdiff
path: root/hotline/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/ui.go')
-rw-r--r--hotline/ui.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hotline/ui.go b/hotline/ui.go
index 3d0fa68..d0fd6c0 100644
--- a/hotline/ui.go
+++ b/hotline/ui.go
@@ -19,7 +19,6 @@ type UI struct {
App *tview.Application
Pages *tview.Pages
userList *tview.TextView
- agreeModal *tview.Modal
trackerList *tview.List
HLClient *Client
}
@@ -75,7 +74,6 @@ func NewUI(c *Client) *UI {
chatInput: chatInput,
userList: userList,
trackerList: tview.NewList(),
- agreeModal: tview.NewModal(),
HLClient: c,
}
}