changeset 11201:eee3cac803de

Get rid of the annoying and useless "Subtitles requested but not found" message.
author mosu
date Tue, 21 Oct 2003 08:45:13 +0000
parents eae346fd3769
children 1470e4dd1a4a
files libvo/sub.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Tue Oct 21 01:36:00 2003 +0000
+++ b/libvo/sub.c	Tue Oct 21 08:45:13 2003 +0000
@@ -622,8 +622,6 @@
 		pmt = pmt->next;
 	    }
 	    free(pmt);
-	} else {
-		mp_msg(MSGT_OSD, MSGL_WARN, "\nSubtitles requested but not found.\n");
 	}
 	
     }