Get rid of the annoying and useless "Subtitles requested but not found" message.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11202 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mosu 2003-10-21 08:45:13 +00:00
parent 9134e9d8bc
commit 01af53f132
1 changed files with 0 additions and 2 deletions

View File

@ -622,8 +622,6 @@ inline static void vo_update_text_sub(mp_osd_obj_t* obj,int dxs,int dys){
pmt = pmt->next;
}
free(pmt);
} else {
mp_msg(MSGT_OSD, MSGL_WARN, "\nSubtitles requested but not found.\n");
}
}