aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-18 13:42:54 +0100
committerMax Kellermann <max@duempel.org>2014-01-18 13:42:54 +0100
commitc1950e40e6c4cd61a2874629dc34c10b81c4b516 (patch)
tree328159e437a8d30becf8ee3df74065bee70e1b8a /src/db/upnp
parentad76bad8fd8a0fa1a0e653faf52d8eeb7375f9b2 (diff)
downloadmpd-c1950e40e6c4cd61a2874629dc34c10b81c4b516.tar.gz
mpd-c1950e40e6c4cd61a2874629dc34c10b81c4b516.tar.xz
mpd-c1950e40e6c4cd61a2874629dc34c10b81c4b516.zip
db/upnp: remove unused typedef DevServIt
Diffstat (limited to 'src/db/upnp')
-rw-r--r--src/db/upnp/Device.hxx2
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_ */