Преглед на файлове

Removed Cache variable from Session, as it's not used currently.

Bruce Marriner преди 9 години
родител
ревизия
d9a9a765d8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      structs.go

+ 0 - 1
structs.go

@@ -26,7 +26,6 @@ type Session struct {
 	// General configurable settings.
 	Token       string // Authentication token for this session
 	Debug       bool   // Debug for printing JSON request/responses
-	Cache       int    // number in X to cache some responses
 	AutoMention bool   // if set to True, ChannelSendMessage will auto mention <@ID>
 
 	// Settable Callback functions for Websocket Events