diff --git a/device.go b/device.go index a05970a..2045879 100644 --- a/device.go +++ b/device.go @@ -9,8 +9,6 @@ import ( "net/url" ) -// TODO: Do the sub-structures have to be pointers? - const ( DeviceXMLNamespace = "urn:schemas-upnp-org:device-1-0" )