diff options
author | montellese <montellese@xbmc.org> | 2014-02-17 21:40:47 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-02-17 21:42:47 +0100 |
commit | 4bed85e35cefccd255728af714bef3e3ce93ffff (patch) | |
tree | ec8411b3bf42b323d1784e7ca5419ce6a0c0b092 | |
parent | 79c0433e512d6e599d306c3b9d1add7a855bcf4e (diff) |
upnp: remove invalid/unnecessary comment
-rw-r--r-- | xbmc/network/upnp/UPnPPlayer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/network/upnp/UPnPPlayer.cpp b/xbmc/network/upnp/UPnPPlayer.cpp index 5a73d41514..c5912032d1 100644 --- a/xbmc/network/upnp/UPnPPlayer.cpp +++ b/xbmc/network/upnp/UPnPPlayer.cpp @@ -262,8 +262,6 @@ int CUPnPPlayer::PlayFile(const CFileItem& file, const CPlayerOptions& options, m_delegate->m_trainfo.cur_transport_state != "STOPPED") { timeout.Set(timeout.GetInitialTimeoutValue()); - /* dlna specifies that a return code of 705 should be returned - * if TRANSPORT_STATE is not STOPPED or NO_MEDIA_PRESENT */ NPT_CHECK_LABEL_SEVERE(m_control->Stop(m_delegate->m_device , m_delegate->m_instance , m_delegate), failed); |