From c5d9af5aa4d9fb20316be45ab1b775bcf61bcad5 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 12 Aug 2021 19:00:13 -0700 Subject: More cleanup --- hotline/client.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hotline/client.go') diff --git a/hotline/client.go b/hotline/client.go index dd113c9..cf88d8a 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -698,14 +698,6 @@ func (c *Client) HandleTransaction(t *Transaction) error { return nil } -func (c *Client) Connected() bool { - // c.Agreed == true && - if c.UserAccess != nil { - return true - } - return false -} - func (c *Client) Disconnect() error { err := c.Connection.Close() if err != nil { -- cgit