From 3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f Mon Sep 17 00:00:00 2001 From: "Kővágó, Zoltán" Date: Wed, 3 Jun 2015 23:03:46 +0200 Subject: audio: remove winwave audio driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DirectSound should be a superior choice on Windows. Signed-off-by: Kővágó, Zoltán Signed-off-by: Gerd Hoffmann --- audio/audio_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/audio_int.h') diff --git a/audio/audio_int.h b/audio/audio_int.h index 7445602764..0eba44f5a0 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -211,7 +211,6 @@ extern struct audio_driver coreaudio_audio_driver; extern struct audio_driver dsound_audio_driver; extern struct audio_driver pa_audio_driver; extern struct audio_driver spice_audio_driver; -extern struct audio_driver winwave_audio_driver; extern const struct mixeng_volume nominal_volume; void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as); -- cgit v1.2.3