aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio_int.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-05-03 10:46:28 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-05-04 11:18:48 -0700
commiteeac013f898716ec7e7acf419953fb253cd06916 (patch)
tree1c5b21e3c2cccdef776146762491f78f31ea6d1b /audio/audio_int.h
parent731e9244aeb83b77a47efc4e65e9f2135ae634ff (diff)
downloadexternal_qemu-eeac013f898716ec7e7acf419953fb253cd06916.zip
external_qemu-eeac013f898716ec7e7acf419953fb253cd06916.tar.gz
external_qemu-eeac013f898716ec7e7acf419953fb253cd06916.tar.bz2
Separate audio stack and SDL
Change-Id: Ibf3d08172807bca7dc46d70bf51d5eadaed4372b
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r--audio/audio_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h
index 54b0f5a..0ae03fd 100644
--- a/audio/audio_int.h
+++ b/audio/audio_int.h
@@ -203,7 +203,6 @@ struct AudioState {
extern struct audio_driver no_audio_driver;
extern struct audio_driver oss_audio_driver;
-extern struct audio_driver sdl_audio_driver;
extern struct audio_driver win_audio_driver;
extern struct audio_driver wav_audio_driver;
extern struct audio_driver fmod_audio_driver;