diff options
author | Max Kellermann <max@duempel.org> | 2014-01-15 18:36:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-15 18:36:01 +0100 |
commit | 2819b302c3935098b1c6e68b124cd8a4e659a393 (patch) | |
tree | 6b083d88210f929d2adf31565c37c00563186708 /src/db/upnp/Object.hxx | |
parent | 9fb82f9687c10ee8430437a97e263c85f968bddb (diff) | |
download | mpd-2819b302c3935098b1c6e68b124cd8a4e659a393.tar.gz mpd-2819b302c3935098b1c6e68b124cd8a4e659a393.tar.xz mpd-2819b302c3935098b1c6e68b124cd8a4e659a393.zip |
db/upnp/Object: remove obsolete attribute "m_title"
Diffstat (limited to 'src/db/upnp/Object.hxx')
-rw-r--r-- | src/db/upnp/Object.hxx | 1 |
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; |