From eabc4b6cacc4749db226af272e71fcff1556f433 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 7 Aug 2021 15:52:08 -0700 Subject: Prune unused code --- hotline/client.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/client.go') 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 } -- cgit