Browse Source

Removed unneeded Session variable.

Bruce Marriner 9 years ago
parent
commit
82604ee801
1 changed files with 0 additions and 1 deletions
  1. 0 1
      channel.go

+ 0 - 1
channel.go

@@ -12,7 +12,6 @@ type Channel struct {
 	IsPrivate            bool                  `json:"is_private"`
 	LastMessageID        string                `json:"last_message_id"`
 	Recipient            User                  `json:"recipient"`
-	Session              *Session
 }
 
 // A PermissionOverwrite holds permission overwrite data for a Channel