aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Object.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-15 18:36:01 +0100
committerMax Kellermann <max@duempel.org>2014-01-15 18:36:01 +0100
commit2819b302c3935098b1c6e68b124cd8a4e659a393 (patch)
tree6b083d88210f929d2adf31565c37c00563186708 /src/db/upnp/Object.hxx
parent9fb82f9687c10ee8430437a97e263c85f968bddb (diff)
downloadmpd-2819b302c3935098b1c6e68b124cd8a4e659a393.tar.gz
mpd-2819b302c3935098b1c6e68b124cd8a4e659a393.tar.xz
mpd-2819b302c3935098b1c6e68b124cd8a4e659a393.zip
db/upnp/Object: remove obsolete attribute "m_title"
Diffstat (limited to '')
-rw-r--r--src/db/upnp/Object.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/upnp/Object.hxx b/src/db/upnp/Object.hxx
index 39b8f94f9..65a6b323f 100644
--- a/src/db/upnp/Object.hxx
+++ b/src/db/upnp/Object.hxx
@@ -59,7 +59,6 @@ public:
*/
std::string name;
- std::string m_title; // dc:title. Directory name for a container.
Type type;
ItemClass item_class;