aboutsummaryrefslogtreecommitdiff
path: root/hotline/ui.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-10 18:52:46 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-10 13:52:46 -0700
commit72dd37f1abb2b550aaaac48eac677403d5664797 (patch)
tree5c431679475647f2f932f2934e6acd65090d2499 /hotline/ui.go
parent9d41bcdf29778eab3253f8e31670baf64ad389bf (diff)
Add tests and clean up
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,
}
}