changeset 274:12beff7f4482 src

removed unused format variable in dvdnav_audio_stream_channels()
author nicodvb
date Wed, 11 Apr 2007 20:16:09 +0000
parents bd734ab914d0
children f8ba866996f9
files dvdnav.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dvdnav.c	Wed Apr 11 20:13:56 2007 +0000
+++ b/dvdnav.c	Wed Apr 11 20:16:09 2007 +0000
@@ -900,7 +900,6 @@
 
 uint16_t dvdnav_audio_stream_channels(dvdnav_t *this, uint8_t stream) {
   audio_attr_t  attr;
-  uint16_t format;
 
   if(!this->started) {
     printerr("Virtual DVD machine not started.");