diff options
author | Collin Guarino <collin.guarino@gmail.com> | 2016-02-13 10:36:54 -0500 |
---|---|---|
committer | Collin Guarino <collin.guarino@gmail.com> | 2016-02-13 10:36:54 -0500 |
commit | 2c8d63f80f8a6b171084db9d473ae72675137758 (patch) | |
tree | 9391ec683a84bd86356915540fd509f410d8dc52 | |
parent | b068044e6cecbd68e842b792452022ec5b0bf509 (diff) |
Removed unused Error struct.
-rw-r--r-- | bridge.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -127,14 +127,6 @@ func (self *Bridge) Error(resp *http.Response, err error) (bool) { return false } -// Error Struct -// http://www.developers.meethue.com/documentation/error-messages -type Error struct { - ID int - Description string - Details string -} - // NewBridge defines hardware that is compatible with Hue. func NewBridge(ip string, username string) *Bridge { bridge := Bridge { |