From 2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 14 Nov 2007 22:26:14 +0000 Subject: removed forgotten and out of date comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25053 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index e6760cbcb4..e8f1e86baa 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -496,7 +496,6 @@ int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language) { uint8_t format, lg; uint16_t lang, lcode;; - //this macro is defined only in libdvdnav-cvs while(language && strlen(language)>=2) { lcode = (language[0] << 8) | (language[1]); for(k=0; k<32; k++) { -- cgit v1.2.3