# HG changeset patch # User nicodvb # Date 1195079174 0 # Node ID ff136e30da72e83bf0dd3c49070d05d5cf6326cd # Parent 1c630d8331af350755a190d98d3080a2592a7073 removed forgotten and out of date comment diff -r 1c630d8331af -r ff136e30da72 stream/stream_dvdnav.c --- a/stream/stream_dvdnav.c Wed Nov 14 22:25:10 2007 +0000 +++ b/stream/stream_dvdnav.c Wed Nov 14 22:26:14 2007 +0000 @@ -496,7 +496,6 @@ 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++) {