diff options
Diffstat (limited to 'hotline/client.go')
| -rw-r--r-- | hotline/client.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/client.go b/hotline/client.go index 84126d3..6aad5a1 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -90,7 +90,6 @@ type Client struct { UI *UI - outbox chan *Transaction Inbox chan *Transaction } |