aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-02-17 21:40:47 +0100
committermontellese <montellese@xbmc.org>2014-02-17 21:42:47 +0100
commit4bed85e35cefccd255728af714bef3e3ce93ffff (patch)
treeec8411b3bf42b323d1784e7ca5419ce6a0c0b092
parent79c0433e512d6e599d306c3b9d1add7a855bcf4e (diff)
upnp: remove invalid/unnecessary comment
-rw-r--r--xbmc/network/upnp/UPnPPlayer.cpp2
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);