diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 15:52:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 15:52:08 -0700 |
| commit | eabc4b6cacc4749db226af272e71fcff1556f433 (patch) | |
| tree | f4df3f243a3132bcfc8ed8fa967987ebd6f4f365 /hotline/client.go | |
| parent | 9004987d8ec11b788f972e6764f875f2d873cfd6 (diff) | |
Prune unused code
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 } |