Update of /cvsroot/xine/xine-lib/src/demuxers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3960

Modified Files:
        demux_tta.c 
Log Message:
Remove unused variable.


Index: demux_tta.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/demuxers/demux_tta.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- demux_tta.c 19 Jan 2007 00:26:40 -0000      1.2
+++ demux_tta.c 25 Feb 2007 18:04:57 -0000      1.3
@@ -68,7 +68,7 @@
 
 static int open_tta_file(demux_tta_t *this) {
   uint8_t peek[4];
-  uint32_t framelen; int i;
+  uint32_t framelen;
 
   if (_x_demux_read_header(this->input, peek, 4) != 4)
       return 0;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to