From 2c8d63f80f8a6b171084db9d473ae72675137758 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sat, 13 Feb 2016 10:36:54 -0500 Subject: Removed unused Error struct. --- bridge.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bridge.go b/bridge.go index 5db4b59..0299cfa 100644 --- a/bridge.go +++ b/bridge.go @@ -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 { -- cgit v1.2.3