aboutsummaryrefslogtreecommitdiff
path: root/matrix/rooms/room.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/rooms/room.go')
-rw-r--r--matrix/rooms/room.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go
index ec8b0d9..a0918b1 100644
--- a/matrix/rooms/room.go
+++ b/matrix/rooms/room.go
@@ -34,8 +34,6 @@ import (
func init() {
gob.Register(map[string]interface{}{})
gob.Register([]interface{}{})
- gob.Register(&Room{})
- gob.Register(0)
}
type RoomNameSource int