aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgb.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/xgb.go')
-rw-r--r--nexgb/xgb.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/nexgb/xgb.go b/nexgb/xgb.go
index 75af854..50cfdba 100644
--- a/nexgb/xgb.go
+++ b/nexgb/xgb.go
@@ -118,7 +118,6 @@ func (c *Conn) Close() {
// Event is an interface that can contain any of the events returned by the
// server. Use a type assertion switch to extract the Event structs.
type Event interface {
- ImplementsEvent()
Bytes() []byte
String() string
}
@@ -141,7 +140,6 @@ var NewExtEventFuncs = make(map[string]map[int]NewEventFun)
// Error is an interface that can contain any of the errors returned by
// the server. Use a type assertion switch to extract the Error structs.
type Error interface {
- ImplementsError()
SequenceId() uint16
BadId() uint32
Error() string