aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridge.go8
1 files changed, 0 insertions, 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 {