upnp: remove invalid/unnecessary comment
authormontellese <montellese@xbmc.org>
Mon, 17 Feb 2014 20:40:47 +0000 (21:40 +0100)
committermontellese <montellese@xbmc.org>
Mon, 17 Feb 2014 20:42:47 +0000 (21:42 +0100)
xbmc/network/upnp/UPnPPlayer.cpp

index 5a73d41..c591203 100644 (file)
@@ -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);