diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-06 23:14:48 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-06 23:14:48 +0000 |
commit | fe2cece60e02262e64cfadcbcd0408720628ef2a (patch) | |
tree | 65d927cabf8e605b8ec9528f9cae9bb28fe44aa1 /audio/audio_int.h | |
parent | 978a66ff73add1f462903af92ccf9a34f6a513c2 (diff) |
audio fixes (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1165 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index db7fd1a7d3..0be2a61662 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -86,7 +86,6 @@ typedef struct AudioState { int fixed_channels; int fixed_fmt; int nb_hw_voices; - int voice_size; int64_t ticks_threshold; int freq_threshold; void *opaque; |