diff options
Diffstat (limited to 'hotline/client.go')
| -rw-r--r-- | hotline/client.go | 8 |
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 { |