Skip to content
Snippets Groups Projects
Commit 5ddf09b6 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove listener callback

parent 96fe84dc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ import (
"github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/interfaces"
"gitlab.com/elixxir/client/interfaces/message"
"gitlab.com/elixxir/client/interfaces/params"
"gitlab.com/elixxir/client/interfaces/user"
"gitlab.com/elixxir/client/keyExchange"
......@@ -333,13 +332,6 @@ func (c *Client) GetUser() user.User {
return c.storage.GetUser()
}
// RegisterListenerCallback records and installs a listener callback for
// messages matching specific uid, msgType, and/or username
func (c *Client) RegisterListenerCallback(uid []byte, msgType int,
username string, listenerCb func(msg message.Receive)) {
}
// ----- Utility Functions -----
// parseNDF parses the initial ndf string for the client. do not check the
// signature, it is deprecated.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment