diff options
-rw-r--r-- | src/db/upnp/Device.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/upnp/Device.hxx b/src/db/upnp/Device.hxx index 53e1c4964..9cccc9bbc 100644 --- a/src/db/upnp/Device.hxx +++ b/src/db/upnp/Device.hxx @@ -87,6 +87,4 @@ public: UPnPDevice() : ok(false) {} }; -typedef std::vector<UPnPService>::iterator DevServIt; - #endif /* _UPNPDEV_HXX_INCLUDED_ */ |