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

Modified Files:
        decoder_wavpack.c 
Log Message:
Cleanup unused variables.


Index: decoder_wavpack.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/combined/decoder_wavpack.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- decoder_wavpack.c   25 Feb 2007 17:53:51 -0000      1.10
+++ decoder_wavpack.c   25 Feb 2007 17:57:04 -0000      1.11
@@ -116,7 +116,6 @@
 }
 
 static int xine_buffer_can_seek(void *const this_gen) {
-  wavpack_decoder_t *const this = (wavpack_decoder_t*)this_gen;
   return 1;
 }
 
@@ -137,7 +136,7 @@
 
 static void wavpack_discontinuity (audio_decoder_t *const this_gen) 
 {
-  wavpack_decoder_t *this = (wavpack_decoder_t *) this_gen;
+  /* wavpack_decoder_t *this = (wavpack_decoder_t *) this_gen; */
 
   lprintf("Discontinuity!\n");
 }
@@ -145,7 +144,6 @@
 static void wavpack_decode_data (audio_decoder_t *const this_gen, 
buf_element_t *const buf)
 {
     wavpack_decoder_t *const this = (wavpack_decoder_t *) this_gen;
-    int ret = 1;
         
     /* We are getting the stream header, open up the audio
      * device, and collect information about the stream


-------------------------------------------------------------------------
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