aboutsummaryrefslogtreecommitdiff
path: root/hotline/client.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-12 19:00:13 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-12 11:00:13 -0700
commitc5d9af5aa4d9fb20316be45ab1b775bcf61bcad5 (patch)
tree300f7c6814d41ad12ff5665f3f14f24a54c62e4d /hotline/client.go
parent72dd37f1abb2b550aaaac48eac677403d5664797 (diff)
More cleanup
Diffstat (limited to 'hotline/client.go')
-rw-r--r--hotline/client.go8
1 files changed, 0 insertions, 8 deletions
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 {