]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/client.go
More cleanup
[rbdr/mobius] / hotline / client.go
index dd113c9974438e7fc14ddfdd3d06c89497c8f11e..cf88d8a8a9fd6d9b8b3053acb76342bf83b050fa 100644 (file)
@@ -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 {